interface DetectTextResponse {
    TextDetections?: TextDetection[];
    TextModelVersion?: string;
}

Hierarchy (view full)

Properties

TextDetections?: TextDetection[]

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

TextModelVersion?: string

The model version used to detect text.