The output of DetectCustomLabelsCommand.

interface DetectCustomLabelsCommandOutput {
    $metadata: ResponseMetadata;
    CustomLabels?: CustomLabel[];
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

CustomLabels?: CustomLabel[]

An array of custom labels detected in the input image.