Options
All
  • Public
  • Public/Protected
  • All
Menu

A single "turn" in the conversation. A "turn" refers to a change in speakers. Only returned when using the speaker_labels or dual_channel options.

Hierarchy

  • Utterance

Index

Constructors

Properties

channel?: string

1 or 2 if using the dual_channel option.

confidence?: number

The confidence in the transcribed text, between 0.0 and 1.0.

end?: number

Ending timestamp (in milliseconds) of the text in the transcript.

speaker?: string

Speaker A, Speaker B, etc. if using the speaker_labels option. 1 or 2 if using the dual_channel option.

start?: number

Starting timestamp (in milliseconds) of the text in the transcript.

text?: string

The text of the utterance.

words?: Word[]

An array of the individual words in the utterance.

Generated using TypeDoc