Skip to content

Commit 3850534

Browse files
committed
fix(Speech to Text): Fix value of language customization ID property in WebSocket listener
1 parent 3dbdff6 commit 3850534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

speech-to-text/src/main/java/com/ibm/watson/developer_cloud/speech_to_text/v1/websocket/SpeechToTextWebSocketListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public final class SpeechToTextWebSocketListener extends WebSocketListener {
5555
private static final String RESULTS = "results";
5656
private static final String SPEAKER_LABELS = "speaker_labels";
5757
private static final String CUSTOMIZATION_ID = "customization_id";
58-
private static final String LANGUAGE_CUSTOMIZATION_ID = "customization_id";
58+
private static final String LANGUAGE_CUSTOMIZATION_ID = "language_customization_id";
5959
private static final String ACOUSTIC_CUSTOMIZATION_ID = "acoustic_customization_id";
6060
private static final String CUSTOMIZATION_WEIGHT = "customization_weight";
6161
private static final String VERSION = "base_model_version";

0 commit comments

Comments
 (0)