Table of Contents

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

(int X, int Y, int Width, int Height)?

Confidence

Confidence score.

public double Confidence { get; set; }

Property Value

double

EndTime

End time in seconds.

public double EndTime { get; set; }

Property Value

double

Label

Event label or description.

public string Label { get; set; }

Property Value

string

Modality

Whether the event is primarily audio, visual, or both.

public string Modality { get; set; }

Property Value

string

StartTime

Start time in seconds.

public double StartTime { get; set; }

Property Value

double