UnderstandingResult interface
A set of extracted fields corresponding to a semantic object, such as a receipt, in the input document.
Properties
fields | Dictionary of recognized field values. |
pages | List of pages where the document is found. |
Property Details
fields
Dictionary of recognized field values.
fields?: {[propertyName: string]: FieldValueUnion}
Property Value
{[propertyName: string]: FieldValueUnion}
pages
List of pages where the document is found.
pages?: number[]
Property Value
number[]