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[]
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript