Table of Contents

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

T

The 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

double

SpeakerId

Gets or sets the speaker ID.

public string SpeakerId { get; set; }

Property Value

string

StartTime

Gets or sets the start time in seconds.

public double StartTime { get; set; }

Property Value

double