Table of Contents

Class SpeakerStatistics<T>

Namespace
AiDotNet.Interfaces
Assembly
AiDotNet.dll

Statistics for a speaker in diarization output.

public class SpeakerStatistics<T>

Type Parameters

T

The numeric type used for calculations.

Inheritance
SpeakerStatistics<T>
Inherited Members

Properties

AverageTurnDuration

Gets or sets the average turn duration in seconds.

public double AverageTurnDuration { get; set; }

Property Value

double

NumTurns

Gets or sets the number of speaking turns.

public int NumTurns { get; set; }

Property Value

int

SpeakingPercentage

Gets or sets the percentage of total audio this speaker occupies.

public double SpeakingPercentage { get; set; }

Property Value

double

TotalSpeakingTime

Gets or sets the total speaking time in seconds.

public double TotalSpeakingTime { get; set; }

Property Value

double