com.azure.ai.formrecognizer.documentanalysis.models
Package containing the data models for FormRecognizerClient. Extracts content, layout, and structured data from documents.
Classes
| AddressValue |
Address field value. |
| AnalyzeDocumentOptions |
The configurable options to be passed when using analyze document API on Document Analysis client. |
| AnalyzeResult |
Model representing the document analysis result. |
| AnalyzedDocument |
Model class describing the location and semantic content of a document. |
| BoundingRegion |
Model representing the bounding polygon on a specific page of the input. |
| CurrencyValue |
Currency field value. |
| DocumentAnalysisAudience |
Defines values for Document |
| DocumentAnalysisFeature |
Defines values for Document |
| DocumentBarcode |
Model representing a barcode document field. |
| DocumentBarcodeKind |
Barcode kind. |
| DocumentField |
Model representing the content and location of a field value. |
| DocumentFieldType |
Defines values for Document |
| DocumentFormula |
A formula object. |
| DocumentFormulaKind |
Formula kind. |
| DocumentKeyValueElement |
An object representing the field key or value in a key-value pair. |
| DocumentKeyValuePair |
An object representing a form field with distinct field label (key) and field value (may be empty). |
| DocumentLanguage |
An object representing the detected language for a given text span. |
| DocumentLine |
A content line object consisting of an adjacent sequence of content elements, such as words and selection marks. |
| DocumentPage |
Content and layout elements extracted from a page from the input. |
| DocumentPageLengthUnit |
Defines values for Document |
| DocumentParagraph |
A paragraph object consisting with contiguous lines generally with common alignment and spacing. |
| DocumentSelectionMark |
A selection mark object representing check boxes, radio buttons, and other elements indicating a selection. |
| DocumentSelectionMarkState |
Defines values for Document |
| DocumentSignatureType |
Defines values for Document |
| DocumentSpan |
Contiguous region of the concatenated content property, specified as an offset and length. |
| DocumentStyle |
An object representing observed text styles. |
| DocumentTable |
A table object consisting table cells arranged in a rectangular layout. |
| DocumentTableCell |
An object representing the location and content of a table cell. |
| DocumentTableCellKind |
Defines values for Document |
| DocumentWord |
A word object consisting of a contiguous sequence of characters. |
| FontStyle |
Font style. |
| FontWeight |
Font weight. |
| OperationResult |
The Operation |
| ParagraphRole |
Semantic role of the paragraph. |
| Point |
Represents the x and y coordinates of a vertex. |
| TypedDocumentField<T> |
Strongly typed version of DocumentField |