You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/main/java/com/assemblyai/api/resources/transcripts/types/Transcript.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -351,8 +351,8 @@ public Optional<List<TranscriptWord>> getWords() {
351
351
}
352
352
353
353
/**
354
-
* @return When dual_channel or speaker_labels is enabled, a list of turn-by-turn utterance objects.
355
-
* See <a href="https://www.assemblyai.com/docs/models/speaker-diarization">Speaker diarization</a> for more information.
354
+
* @return When multichannel or speaker_labels is enabled, a list of turn-by-turn utterance objects.
355
+
* See <a href="https://www.assemblyai.com/docs/speech-to-text/speaker-diarization">Speaker diarization</a> and <a href="https://www.assemblyai.com/docs/speech-to-text/speech-recognition#multichannel-transcription">Multichannel transcription</a> for more information.
@@ -2166,8 +2166,8 @@ public _FinalStage confidence(Optional<Double> confidence) {
2166
2166
}
2167
2167
2168
2168
/**
2169
-
* <p>When dual_channel or speaker_labels is enabled, a list of turn-by-turn utterance objects.
2170
-
* See <a href="https://www.assemblyai.com/docs/models/speaker-diarization">Speaker diarization</a> for more information.</p>
2169
+
* <p>When multichannel or speaker_labels is enabled, a list of turn-by-turn utterance objects.
2170
+
* See <a href="https://www.assemblyai.com/docs/speech-to-text/speaker-diarization">Speaker diarization</a> and <a href="https://www.assemblyai.com/docs/speech-to-text/speech-recognition#multichannel-transcription">Multichannel transcription</a> for more information.</p>
2171
2171
* @return Reference to {@code this} so that method calls can be chained together.
0 commit comments