Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SegmentDecoded

Hierarchy

  • Decoding
    • SegmentDecoded

Index

Properties

confidence

confidence: number

Confidence of the decoding, from 0 to 1.

end

end: number

Timestamp of the end of the word, in milliseconds.

lang

lang: string

Speech language. 2 letter ISO code or default.

length

length: number

Length of the word, in milliseconds.

model

model: string

Technical name of ASR model. You can find the list of available models here.

speaker

speaker: string

The id of the speaker.

start

start: number

Timestamp of the beginning of the word, in milliseconds.

transcript

transcript: string

Concatenated words of the segment.

utterance_id

utterance_id: number

Identifies the utterance this event transcribes.

words

Words decoded for the segment.