Interface: AudioClassificationReturnValue

Properties

label

label: string

The label for the class (model specific)

Defined in

HfInference.ts:479


score

score: number

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

Defined in

HfInference.ts:484