Class SpeakerTurn<T>
- Namespace
- AiDotNet.Interfaces
- Assembly
- AiDotNet.dll
Represents a speaker turn in diarization output (legacy API compatibility).
public class SpeakerTurn<T>
Type Parameters
TThe numeric type used for calculations.
- Inheritance
-
SpeakerTurn<T>
- Inherited Members
Properties
Confidence
Gets or sets the confidence score for this turn.
public T Confidence { get; set; }
Property Value
- T
EndTime
Gets or sets the end time in seconds.
public double EndTime { get; set; }
Property Value
SpeakerId
Gets or sets the speaker ID.
public string SpeakerId { get; set; }
Property Value
StartTime
Gets or sets the start time in seconds.
public double StartTime { get; set; }