Class SpeakerTurn
Represents a speaker turn in diarization output.
public class SpeakerTurn
- Inheritance
-
SpeakerTurn
- Inherited Members
Properties
Duration
Gets the duration in seconds.
public double Duration { get; }
Property Value
EndTime
Gets or sets the end time in seconds.
public double EndTime { get; set; }
Property Value
SpeakerId
Gets or sets the speaker ID label.
public string SpeakerId { get; set; }
Property Value
SpeakerIndex
Gets or sets the speaker index (0-based).
public int SpeakerIndex { get; set; }
Property Value
StartTime
Gets or sets the start time in seconds.
public double StartTime { get; set; }