Skip to content

Commit 3077a33

Browse files
authored
Merge pull request #70 from watson-developer-cloud/fix/language_customization_id
fix(stt): typo in recognize_websocket
2 parents bcf9101 + d9cc846 commit 3077a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ibm_watson/speech_to_text_v1.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ def recognize_using_websocket(
554554
params = {
555555
"model" => model,
556556
"customization_id" => customization_id,
557-
"langauge_customization_id" => language_customization_id,
557+
"language_customization_id" => language_customization_id,
558558
"acoustic_customization_id" => acoustic_customization_id,
559559
"customization_weight" => customization_weight,
560560
"base_model_version" => base_model_version

0 commit comments

Comments
 (0)