The output of DetectTextCommand.

interface DetectTextCommandOutput {
    $metadata: ResponseMetadata;
    TextDetections?: TextDetection[];
    TextModelVersion?: string;
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

TextDetections?: TextDetection[]

An array of text that was detected in the input image.

TextModelVersion?: string

The model version used to detect text.