Class KeySegment<T>
- Namespace
- AiDotNet.Interfaces
- Assembly
- AiDotNet.dll
A segment with a detected key.
public class KeySegment<T>
Type Parameters
TThe numeric type used for calculations.
- Inheritance
-
KeySegment<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
Key
Gets or sets the key for this segment.
public string Key { get; set; }
Property Value
StartTime
Gets or sets the start time in seconds.
public double StartTime { get; set; }