CustomFormModelField 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 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.
public class CustomFormModelField
type CustomFormModelField = class
Public Class CustomFormModelField
- Inheritance
-
CustomFormModelField
Properties
Accuracy |
The estimated recognition accuracy for this field. |
Label |
The label of this field on the form. |
Name |
Canonical name; uniquely identifies a field within the form. |
Applies to
Azure SDK for .NET