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

Block

import type { Block } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/textract.ts";
interface Block {
BlockType?: BlockType | null;
ColumnIndex?: number | null;
ColumnSpan?: number | null;
Confidence?: number | null;
EntityTypes?: EntityType[] | null;
Geometry?: Geometry | null;
Id?: string | null;
Page?: number | null;
Relationships?: Relationship[] | null;
RowIndex?: number | null;
RowSpan?: number | null;
SelectionStatus?: SelectionStatus | null;
Text?: string | null;
TextType?: TextType | null;
}

§Properties

§
BlockType?: BlockType | null
[src]
§
ColumnIndex?: number | null
[src]
§
ColumnSpan?: number | null
[src]
§
Confidence?: number | null
[src]
§
EntityTypes?: EntityType[] | null
[src]
§
Geometry?: Geometry | null
[src]
§
Id?: string | null
[src]
§
Page?: number | null
[src]
§
Relationships?: Relationship[] | null
[src]
§
RowIndex?: number | null
[src]
§
RowSpan?: number | null
[src]
§
SelectionStatus?: SelectionStatus | null
[src]
§
Text?: string | null
[src]
§
TextType?: TextType | null
[src]