Class AudioVisualEvent
- Namespace
- AiDotNet.Interfaces
- Assembly
- AiDotNet.dll
Represents an audio-visual event with temporal boundaries.
public class AudioVisualEvent
- Inheritance
-
AudioVisualEvent
- Inherited Members
Properties
BoundingBox
Spatial location in video frame (if applicable).
public (int X, int Y, int Width, int Height)? BoundingBox { get; set; }
Property Value
Confidence
Confidence score.
public double Confidence { get; set; }
Property Value
EndTime
End time in seconds.
public double EndTime { get; set; }
Property Value
Label
Event label or description.
public string Label { get; set; }
Property Value
Modality
Whether the event is primarily audio, visual, or both.
public string Modality { get; set; }
Property Value
StartTime
Start time in seconds.
public double StartTime { get; set; }