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
{{ message }}
This repository was archived by the owner on Apr 1, 2025. It is now read-only.
# @return [Float] The confidence score for the transcript, between 0.0 (low confidence) and 1.0
64
66
# (high confidence)
@@ -239,11 +241,13 @@ class Transcript
239
241
# See [Speech
240
242
# recognition](https://www.assemblyai.com/docs/models/speech-recognition) for more
241
243
# information.
242
-
# @param utterances [Array<AssemblyAI::Transcripts::TranscriptUtterance>] When dual_channel or speaker_labels is enabled, a list of turn-by-turn utterance
244
+
# @param utterances [Array<AssemblyAI::Transcripts::TranscriptUtterance>] When multichannel or speaker_labels is enabled, a list of turn-by-turn utterance
243
245
# objects.
244
246
# See [Speaker
245
-
# diarization](https://www.assemblyai.com/docs/models/speaker-diarization) for
0 commit comments