Azure.AI.FormRecognizer Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
FormRecognizerClient |
The client to use to connect to the Form Recognizer Azure Cognitive Service to recognize information from forms and images and extract it into structured data. It provides the ability to analyze receipts, business cards, and invoices, to recognize form content, and to extract fields from custom forms with models trained on custom form types. Note that this client can only be used with service version V2_1 or lower. In order to use later versions and their new features, see DocumentAnalysisClient. |
FormRecognizerClientOptions |
The set of options that can be specified when creating a FormRecognizerClient or a FormTrainingClient to configure its behavior. |
OperationExtensions |
The set of extension methods for the subclasses of Operation<T>. |
RecognizeBusinessCardsOptions |
The set of options that can be specified when calling a Recognize Business Cards method to configure the behavior of the request. For example, specify the content type of the form, the locale of the form, or whether or not to include form elements. |
RecognizeContentOptions |
The set of options that can be specified when calling a Recognize Content method to configure the behavior of the request. For example, specify the content type of the form, the language of the form, and which pages in a multi-page document to analyze. |
RecognizeCustomFormsOptions |
The set of options that can be specified when calling a Recognize Custom Forms method to configure the behavior of the request. For example, specify the content type of the form, or whether or not to include form elements. |
RecognizeIdentityDocumentsOptions |
The set of options that can be specified when calling a Recognize identity Documents method to configure the behavior of the request. For example, specify the content type of the form, or whether or not to include form elements. |
RecognizeInvoicesOptions |
The set of options that can be specified when calling a Recognize Invoices method to configure the behavior of the request. For example, specify the content type of the form, the locale of the form, or whether or not to include form elements. |
RecognizeReceiptsOptions |
The set of options that can be specified when calling a Recognize Receipts method to configure the behavior of the request. For example, specify the content type of the form, the locale of the form, or whether or not to include form elements. |
Structs
FormRecognizerAudience |
Cloud audiences available for FormRecognizer. |
FormRecognizerLanguage |
The Language. |
FormRecognizerLocale |
The Locale. |
Enums
FormContentType |
The content type for local form files. |
FormReadingOrder |
Specifies the order in which recognized text lines are returned. As the sorting order depends on the detected text, it may change across images and OCR version updates. Thus, business logic should be built upon the actual line location instead of order. |
FormRecognizerClientOptions.ServiceVersion |
The service version. |
Azure SDK for .NET