Skip to content

Commit 3d2052b

Browse files
fix javadoc link
1 parent fbbcbb2 commit 3d2052b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/ibm/watson/developer_cloud/speech_to_text/v1/SpeechToText.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ public ServiceCall<List<SpeechModel>> getModels() {
203203
/**
204204
* Gets the session status. Concurrent recognition tasks during the same session are not allowed.
205205
* 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)}
206+
* returned state must be "initialized" to call {@link #recognize(File, RecognizeOptions)}
207207
* .
208208
*
209209
* @param session the speech session

0 commit comments

Comments
 (0)