Table of Contents

Class GenreSegment<T>

Namespace
AiDotNet.Interfaces
Assembly
AiDotNet.dll

A segment with genre information.

public class GenreSegment<T>

Type Parameters

T

The numeric type used for calculations.

Inheritance
GenreSegment<T>
Inherited Members

Properties

Confidence

Gets or sets the confidence score.

public T Confidence { get; set; }

Property Value

T

EndTime

Gets or sets the end time in seconds.

public double EndTime { get; set; }

Property Value

double

Genre

Gets or sets the dominant genre in this segment.

public string Genre { get; set; }

Property Value

string

StartTime

Gets or sets the start time in seconds.

public double StartTime { get; set; }

Property Value

double