Interface: AudioClassificationOutputValue

Properties

label

label: string

The label for the class (model specific)

Defined in

inference/src/tasks/audio/audioClassification.ts:16


score

score: number

A float that represents how likely it is that the audio file belongs to this class.

Defined in

inference/src/tasks/audio/audioClassification.ts:21