Huggingface.js documentation

Interface: AudioClassificationOutputValue

Hugging Face's logo
Join the Hugging Face community

and get access to the augmented documentation experience

to get started

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

< > Update on GitHub