Table of Contents

Class OverlapRegion<T>

Namespace
AiDotNet.Interfaces
Assembly
AiDotNet.dll

Represents a region where speakers overlap.

public class OverlapRegion<T>

Type Parameters

T

The 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

double

Speakers

Gets or sets the speakers involved in the overlap.

public IReadOnlyList<string> Speakers { get; set; }

Property Value

IReadOnlyList<string>

StartTime

Gets or sets the start time of overlap in seconds.

public double StartTime { get; set; }

Property Value

double