CustomFormModel Class
Definition
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.
Represents a model trained from custom forms.
public class CustomFormModel
type CustomFormModel = class
Public Class CustomFormModel
- Inheritance
-
CustomFormModel
Properties
Errors |
A list of errors occurred during the training operation. |
ModelId |
The unique identifier of this model. |
ModelName |
An optional, user-defined name to associate with your model. |
Properties |
Properties of a model, such as whether the model is a composed model or not. |
Status |
A status indicating this model's readiness for use. |
Submodels |
A list of submodels that are part of this model, each of which can recognize and extract fields from a different type of form. |
TrainingCompletedOn |
The date and time (UTC) when model training completed. |
TrainingDocuments |
A list of meta-data about each of the documents used to train the model. |
TrainingStartedOn |
The date and time (UTC) when model training was started. |