import * as aiformrecognizer from "https://deno.land/x/aiformrecognizer@v1.2.0/mod.ts";
Enums
Known values of ApiVersion that the service accepts. | |
Known values of DocumentBuildMode that the service accepts. | |
Known values of DocumentFieldType that the service accepts. | |
Known values of DocumentSignatureType that the service accepts. | |
Known values of DocumentTableCellKind that the service accepts. | |
Known values of LengthUnit that the service accepts. | |
Known values of OperationKind that the service accepts. | |
Known values of ParagraphRole that the service accepts. | |
Known values of SelectionMarkState that the service accepts. | |
Known values of StringIndexType that the service accepts. | |
Known values of prebilt models that the service accepts. |
Interfaces
Address field value. | |
Document analysis parameters. | |
Status and result of the analyze operation. | |
Document analysis result. | |
Status and result of the analyze operation. | |
Request body to authorize document model copy. | |
Azure Blob Storage content. | |
Bounding polygon on a specific page of the input. | |
Request body to build a new custom document model. | |
A component of a composed document model. | |
Request body to create a composed document model from component document models. | |
Authorization to copy a document model to the specified target resource and modelId. | |
Currency field value. | |
Details regarding custom document models. | |
An object describing the location and semantic content of a document. | |
An object representing the content and location of a field value. | |
Description of the field semantic schema using a JSON Schema style syntax. | |
An object representing the field key or value in a key-value pair. | |
An object representing a form field with distinct field label (key) and field value (may be empty). | |
An object representing the detected language for a given text span. | |
A content line object consisting of an adjacent sequence of content elements, such as words and selection marks. | |
Get Operation response object. | |
Get Operation response object. | |
Get Operation response object. | |
Document model info. | |
Document model summary. | |
Content and layout elements extracted from a page from the input. | |
A paragraph object consisting with contiguous lines generally with common alignment and spacing. | |
A selection mark object representing check boxes, radio buttons, and other elements indicating a selection. | |
Contiguous region of the concatenated content property, specified as an offset and length. | |
An object representing observed text styles. | |
A table object consisting table cells arranged in a rectangular layout. | |
An object representing the location and content of a table cell. | |
Document type info. | |
A word object consisting of a contiguous sequence of characters. For non-space delimited languages, such as Chinese, Japanese, and Korean, each character is represented as its own word. | |
Error info. | |
Error response object. | |
Defines headers for GeneratedClient_analyzeDocument operation. | |
Defines headers for GeneratedClient_buildDocumentModel operation. | |
Defines headers for GeneratedClient_composeDocumentModel operation. | |
Defines headers for GeneratedClient_copyDocumentModelTo operation. | |
List document models response object. | |
List Operations response object. | |
Async operation awaiter. Once wated, will pull the results until completed. | |
Detailed error. | |
Get Operation response object. | |
Operation info. | |
General information regarding the current resource. |
Type Aliases
Defines values for ApiVersion. Known values supported by the service2022-08-31 | |
Defines values for ContentType. | |
Defines values for DocumentBuildMode. Known values supported by the servicetemplate | |
Defines values for DocumentFieldType. Known values supported by the servicestring | |
Defines values for DocumentSignatureType. Known values supported by the servicesigned | |
Defines values for DocumentTableCellKind. Known values supported by the servicecontent | |
Defines values for LengthUnit. Known values supported by the servicepixel | |
Defines values for OperationKind. Known values supported by the servicedocumentModelBuild | |
Defines values for OperationStatus. | |
Defines values for ParagraphRole. Known values supported by the servicepageHeader | |
Defines values for SelectionMarkState. Known values supported by the serviceselected | |
Defines values for StringIndexType. Known values supported by the servicetextElements |