Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

property

description

word

String. A word transcribed by the provider with the highest confidence. It usually contains trailing punctuation marks.

confidence

Real number in the range of 0..1. It shows how confident the provider is in the word is actually the one spoken in the conversation. 1.0 is the highest confidence.

speaker

String. Display name of the speaker if diarisation is enabled. It is the iv_label property of the speaker object in the speakers array.

speakerName

String. id property of the speaker object. This should be used to reference the speaker in the speakers array.

speakerId

Number. iv_id property of the speaker object. Global id of the speaker for this conversation in the IV database.

time

Real number. Timestamp Beginning timestamp in seconds where the word is spoken in the conversation.

duration

Real number. Duration in seconds of the spoken word in the conversation.

alternatives

Array of alternative objects. Alternative transcriptions of the spoken word with less confidence.

Properties of alternative object:

  • word: string, alternative transcription of the spoken word

  • confidence: confidence value for this alternative

...