We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf9101 commit d9cc846Copy full SHA for d9cc846
lib/ibm_watson/speech_to_text_v1.rb
@@ -554,7 +554,7 @@ def recognize_using_websocket(
554
params = {
555
"model" => model,
556
"customization_id" => customization_id,
557
- "langauge_customization_id" => language_customization_id,
+ "language_customization_id" => language_customization_id,
558
"acoustic_customization_id" => acoustic_customization_id,
559
"customization_weight" => customization_weight,
560
"base_model_version" => base_model_version
0 commit comments