Skip to content

Commit

Permalink
SR の入力言語が反映されなかったのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
hamamoto-fairy committed Dec 20, 2018
1 parent b185b58 commit 88f7af7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ protected void startRecognize(String url, RequestData requestData) throws MimiIO
process.add("nict-asr");
ArrayList<String> inputLanguage = new ArrayList<String>();
inputLanguage.add(requestData.language);
requestHeaders.put("x-mimi-input-language", inputLanguage);
requestHeaders.put("x-mimi-process", process);

this.mio = new MimiIO(
Expand Down

0 comments on commit 88f7af7

Please sign in to comment.