Azure.AI.FormRecognizer.Training 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
AccountProperties |
Contains general information about the Form Recognizer resource, such as the number of models and account limits. |
CopyAuthorization |
Authorization for copying a custom model into the target Form Recognizer resource. |
CopyModelOperation |
Tracks the status of a long-running operation for copying a custom model into a target Form Recognizer resource. |
CreateComposedModelOperation |
Tracks the status of a long-running operation for creating a composed model from a collection of existing models trained with labels. |
CreateCustomFormModelOperation |
Tracks the status of a long-running operation for creating a custom model. |
CustomFormModel |
Represents a model trained from custom forms. |
CustomFormModelField |
Represents a field that a model will extract from forms it analyzes. A form field includes a name unique to the submodel, a field label representing the label of the field on the form, and, if a model was trained with training-time labels, an estimated accuracy for recognition of the field. |
CustomFormModelInfo |
Describes a model trained in a Cognitive Services Account and its status. |
CustomFormModelProperties |
Properties of a model, such as whether the model is a composed model or not. |
CustomFormSubmodel |
Represents a submodel that extracts fields from a specific type of form. |
FormTrainingClient |
The client to use to connect with the Form Recognizer Azure Cognitive Service to train models from custom forms. It also supports listing, copying, and deleting trained models, creating composed models, and accessing account properties. |
TrainingDocumentInfo |
Represents a document that has been used to train a model. |
TrainingFileFilter |
Used by the FormTrainingClient to filter the documents by name in the source path provided for training. |
TrainingOperation |
Tracks the status of a long-running operation for training a model from a collection of custom forms. |
TrainingOptions |
The set of options that can be specified when calling the training method to configure the behavior of the request. For example, set a filter to apply to the documents in the source path for training. |
Enums
CustomFormModelStatus |
Describes the status of a custom model. |
TrainingStatus |
Describes the status of a training operation. |
Azure SDK for .NET