Click or drag to resize

SpeakerLabelsResult Properties

The SpeakerLabelsResult type exposes the following members.

Properties
  NameDescription
Public propertyconfidence
A score that indicates how confident the service is in its identification of the speaker in the range of 0 to 1.
Public propertyfinal
An indication of whether the service might further change word and speaker-label results. A value of `true` means that the service guarantees not to send any further updates for the current or any preceding results; `false` means that the service might send further updates to the results.
Public propertyfrom
The start time of a word from the transcript. The value matches the start time of a word from the `timestamps` array.
Public propertyspeaker
The numeric identifier that the service assigns to a speaker from the audio. Speaker IDs begin at `0` initially but can evolve and change across interim results (if supported by the method) and between interim and final results as the service processes the audio. They are not guaranteed to be sequential, contiguous, or ordered.
Public propertyto
The end time of a word from the transcript. The value matches the end time of a word from the `timestamps` array.
Top
See Also