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

Contiguous region of the concatenated content property, specified as an offset and length.

Properties

offset: number

Zero-based index of the content represented by the span.

length: number

Number of characters in the content represented by the span.