Skip to main content
import * as aiFormRecognizer from "https://deno.land/x/ai_form_recognizer@v1.1.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.
KnownApiVersion can be used interchangeably with ApiVersion, this enum contains the known values that the service supports.

Known values supported by the service

2022-08-31

Defines values for ContentType.

Defines values for DocumentBuildMode.
KnownDocumentBuildMode can be used interchangeably with DocumentBuildMode, this enum contains the known values that the service supports.

Known values supported by the service

template
neural

Defines values for DocumentFieldType.
KnownDocumentFieldType can be used interchangeably with DocumentFieldType, this enum contains the known values that the service supports.

Known values supported by the service

string
date
time
phoneNumber
number
integer
selectionMark
countryRegion
signature
array
object
currency
address

Defines values for DocumentSignatureType.
KnownDocumentSignatureType can be used interchangeably with DocumentSignatureType, this enum contains the known values that the service supports.

Known values supported by the service

signed
unsigned

Defines values for DocumentTableCellKind.
KnownDocumentTableCellKind can be used interchangeably with DocumentTableCellKind, this enum contains the known values that the service supports.

Known values supported by the service

content
rowHeader
columnHeader
stubHead
description

Defines values for LengthUnit.
KnownLengthUnit can be used interchangeably with LengthUnit, this enum contains the known values that the service supports.

Known values supported by the service

pixel
inch

Defines values for OperationKind.
KnownOperationKind can be used interchangeably with OperationKind, this enum contains the known values that the service supports.

Known values supported by the service

documentModelBuild
documentModelCompose
documentModelCopyTo

Defines values for OperationStatus.

Defines values for ParagraphRole.
KnownParagraphRole can be used interchangeably with ParagraphRole, this enum contains the known values that the service supports.

Known values supported by the service

pageHeader
pageFooter
pageNumber
title
sectionHeading
footnote

Defines values for SelectionMarkState.
KnownSelectionMarkState can be used interchangeably with SelectionMarkState, this enum contains the known values that the service supports.

Known values supported by the service

selected
unselected

Defines values for StringIndexType.
KnownStringIndexType can be used interchangeably with StringIndexType, this enum contains the known values that the service supports.

Known values supported by the service

textElements
unicodeCodePoint
utf16CodeUnit