Skip to main content
interface DocumentStyle
import { type DocumentStyle } from "https://deno.land/x/aiformrecognizer@v1.2.0/src/interfaces/document-analysis.ts";

An object representing observed text styles.

Properties

optional
isHandwritten: boolean

Is content handwritten?

spans: DocumentSpan[]

Location of the text elements in the concatenated content the style applies to.

confidence: number

Confidence of correctly identifying the style.