Class AudioEvent
- Namespace
- AiDotNet.Audio.Classification
- Assembly
- AiDotNet.dll
Represents a detected audio event.
public class AudioEvent
- Inheritance
-
AudioEvent
- Inherited Members
Properties
Confidence
Confidence score (0-1).
public double Confidence { get; init; }
Property Value
Duration
Event duration in seconds.
public double Duration { get; }
Property Value
EndTime
Event end time in seconds.
public double EndTime { get; init; }
Property Value
Label
Event label/category.
public required string Label { get; init; }
Property Value
StartTime
Event start time in seconds.
public double StartTime { get; init; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.