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 AudioEventScoreInheritance
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
classIdint-
The AudioSet class id (0..520).
labelstring-
The AudioSet class display name.
confidencefloat-
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
Confidence
Gets the class score for the window, in the range 0..1.
public float Confidence { get; }Property Value
Label
Gets the AudioSet class display name.
public string Label { get; }