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
§
EntityTypes?: EntityType[] | null
[src]§
Relationships?: Relationship[] | null
[src]§
SelectionStatus?: SelectionStatus | null
[src]