import { type DocumentSelectionMark } from "https://deno.land/x/aiformrecognizer@v1.2.0/src/interfaces/document-analysis-models.ts";
A selection mark object representing check boxes, radio buttons, and other elements indicating a selection.
Properties
state: SelectionMarkState
State of the selection mark.
span: DocumentSpan
Location of the selection mark in the reading order concatenated content.