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 fbbcbb2 commit 3d2052bCopy full SHA for 3d2052b
src/main/java/com/ibm/watson/developer_cloud/speech_to_text/v1/SpeechToText.java
@@ -203,7 +203,7 @@ public ServiceCall<List<SpeechModel>> getModels() {
203
/**
204
* Gets the session status. Concurrent recognition tasks during the same session are not allowed.
205
* This method offers a way to check whether the session can accept another recognition task. The
206
- * returned state must be "initialized" to call {@link #recognize(File, String, RecognizeOptions)}
+ * returned state must be "initialized" to call {@link #recognize(File, RecognizeOptions)}
207
* .
208
*
209
* @param session the speech session
0 commit comments