Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DetectTextResponse

import type { DetectTextResponse } from "https://aws-api.deno.dev/v0.4/services/rekognition.ts?docs=full";
interface DetectTextResponse {
TextDetections?: TextDetection[] | null;
TextModelVersion?: string | null;
}

§Properties

§
TextDetections?: TextDetection[] | null
[src]

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

§
TextModelVersion?: string | null
[src]

The model version used to detect text.