Class OverlapRegion<T>
- Namespace
- AiDotNet.Interfaces
- Assembly
- AiDotNet.dll
Represents a region where speakers overlap.
public class OverlapRegion<T>
Type Parameters
TThe numeric type used for calculations.
- Inheritance
-
OverlapRegion<T>
- Inherited Members
Properties
EndTime
Gets or sets the end time of overlap in seconds.
public double EndTime { get; set; }
Property Value
Speakers
Gets or sets the speakers involved in the overlap.
public IReadOnlyList<string> Speakers { get; set; }
Property Value
StartTime
Gets or sets the start time of overlap in seconds.
public double StartTime { get; set; }