TranscribedPhrase.Speaker Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A unique integer number that is assigned to each speaker detected in the audio without particular order. Only present if speaker diarization is enabled.
public int? Speaker { get; }
member this.Speaker : Nullable<int>
Public ReadOnly Property Speaker As Nullable(Of Integer)