你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CustomFormModelField Class

Definition

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

Name Description
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