Interface EntityLabel

An entity representing the segmented area.

interface EntityLabel {
    label?: string;
    score?: number;
}

Properties

Properties

label?: string

The label of the segmented entity.

score?: number

The confidence score of the detected label.