import { type DocumentField } from "https://deno.land/x/aiformrecognizer@v1.2.0/src/interfaces/document-analysis-models.ts";
An object representing the content and location of a field value.
Properties
type: DocumentFieldType
Data type of the field value.
optional
valueDate: DateDate value in YYYY-MM-DD format (ISO 8601).
Time value in hh:mm:ss format (ISO 8601). This value should be an ISO-8601 formatted string representing time. E.g. "HH:MM:SS" or "HH:MM:SS.mm".
optional
valueSelectionMark: SelectionMarkStateSelection mark value.
optional
valueSignature: DocumentSignatureTypePresence of signature.
optional
valueArray: DocumentField[]Array of field values.
optional
valueObject: { [propertyName: string]: DocumentField; }Dictionary of named field values.
optional
valueCurrency: CurrencyValueCurrency value.
optional
valueAddress: AddressValueAddress value.
optional
boundingRegions: BoundingRegion[]Bounding regions covering the field.
optional
spans: DocumentSpan[]Location of the field in the reading order concatenated content.