interface DetectCustomLabelsResponse {
    CustomLabels?: CustomLabel[];
}

Hierarchy (view full)

Properties

Properties

CustomLabels?: CustomLabel[]

An array of custom labels detected in the input image.