Table of Contents

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

double

Duration

Event duration in seconds.

public double Duration { get; }

Property Value

double

EndTime

Event end time in seconds.

public double EndTime { get; init; }

Property Value

double

Label

Event label/category.

public required string Label { get; init; }

Property Value

string

StartTime

Event start time in seconds.

public double StartTime { get; init; }

Property Value

double

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.