FormField 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 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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET