Class SpeakerStatistics<T>
- Namespace
- AiDotNet.Interfaces
- Assembly
- AiDotNet.dll
Statistics for a speaker in diarization output.
public class SpeakerStatistics<T>
Type Parameters
TThe 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
NumTurns
Gets or sets the number of speaking turns.
public int NumTurns { get; set; }
Property Value
SpeakingPercentage
Gets or sets the percentage of total audio this speaker occupies.
public double SpeakingPercentage { get; set; }
Property Value
TotalSpeakingTime
Gets or sets the total speaking time in seconds.
public double TotalSpeakingTime { get; set; }