Table of Contents

Class SpeakerTurn

Namespace
AiDotNet.Audio.Speaker
Assembly
AiDotNet.dll

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

double

EndTime

Gets or sets the end time in seconds.

public double EndTime { get; set; }

Property Value

double

SpeakerId

Gets or sets the speaker ID label.

public string SpeakerId { get; set; }

Property Value

string

SpeakerIndex

Gets or sets the speaker index (0-based).

public int SpeakerIndex { get; set; }

Property Value

int

StartTime

Gets or sets the start time in seconds.

public double StartTime { get; set; }

Property Value

double