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 f881d78 commit 0898a76Copy full SHA for 0898a76
speech-to-text/src/main/java/com/ibm/watson/speech_to_text/v1/model/RecognizeOptions.java
@@ -12,6 +12,7 @@
12
*/
13
package com.ibm.watson.speech_to_text.v1.model;
14
15
+import com.google.gson.annotations.SerializedName;
16
import com.ibm.cloud.sdk.core.service.model.GenericModel;
17
import java.io.File;
18
import java.io.FileInputStream;
@@ -134,7 +135,10 @@ public interface Model {
134
135
}
136
137
protected InputStream audio;
138
+
139
+ @SerializedName("content-type")
140
protected String contentType;
141
142
protected String model;
143
protected String languageCustomizationId;
144
protected String acousticCustomizationId;
0 commit comments