Table of Contents

Class AudioEventScore

Namespace
VisioForge.Core.Types.X.AI
Assembly
VisioForge.Core.dll

A single AudioSet class score for one processed window, reported by the audio-event block's scores event.

public class AudioEventScore

Inheritance

Inherited Members

Constructors

AudioEventScore(int, string, float)

Initializes a new instance of the VisioForge.Core.Types.X.AI.AudioEventScore class.

public AudioEventScore(int classId, string label, float confidence)

Parameters

classId int

The AudioSet class id (0..520).

label string

The AudioSet class display name.

confidence float

The class score for the window, in the range 0..1.

Properties

ClassId

Gets the AudioSet class id (0..520).

public int ClassId { get; }

Property Value

int

Confidence

Gets the class score for the window, in the range 0..1.

public float Confidence { get; }

Property Value

float

Label

Gets the AudioSet class display name.

public string Label { get; }

Property Value

string