Interface: ImageClassificationReturnValue

Properties

label

label: string

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

Defined in

HfInference.ts:397


score

score: number

The label for the class (model specific)

Defined in

HfInference.ts:401