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

GoogleCloudVisionV1p1beta1TextAnnotationDetectedBreak

import type { GoogleCloudVisionV1p1beta1TextAnnotationDetectedBreak } from "https://googleapis.deno.dev/v1/vision:v1.ts";

Detected start or end of a structural component.

interface GoogleCloudVisionV1p1beta1TextAnnotationDetectedBreak {
isPrefix?: boolean;
type?:
| "UNKNOWN"
| "SPACE"
| "SURE_SPACE"
| "EOL_SURE_SPACE"
| "HYPHEN"
| "LINE_BREAK";
}

§Properties

§
isPrefix?: boolean
[src]

True if break prepends the element.

§
type?: "UNKNOWN" | "SPACE" | "SURE_SPACE" | "EOL_SURE_SPACE" | "HYPHEN" | "LINE_BREAK"
[src]

Detected break type.