Skip to main content
interface DocumentSelectionMark
import { type DocumentSelectionMark } from "https://deno.land/x/ai_form_recognizer@v1.1.0/mod.ts";

A selection mark object representing check boxes, radio buttons, and other elements indicating a selection.

Properties

State of the selection mark.

optional
polygon: number[]

Bounding polygon of the selection mark.

Location of the selection mark in the reading order concatenated content.

confidence: number

Confidence of correctly extracting the selection mark.