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

FormField Class

Definition

Represents a field recognized in an input form.

public class FormField
type FormField = class
Public Class FormField
Inheritance
FormField

Properties

Confidence

Measures the degree of certainty of the recognition result. Value is between [0.0, 1.0].

LabelData

Contains the text, bounding box and content of the label of the field in the form.

Name

Canonical name; uniquely identifies a field within the form.

Value

The strongly-typed value of this FormField.

ValueData

Contains the text, bounding box and content of the value of the field in the form.

Applies to