Models an image classification represented by a label, and optionally a confidence value.

interface AnnotationsClassification {
    confidence?: number;
    label: string;
}

Properties

Properties

confidence?: number

The confidence score for the primitive. It should be between 0 and 1.

0

1

label: string

The label describing what type of object it is