public sealed class FormField : IMessage<Document.Types.Page.Types.FormField>, IEquatable<Document.Types.Page.Types.FormField>, IDeepCloneable<Document.Types.Page.Types.FormField>, IBufferMessage, IMessage
A form field detected on the page.
Implements
IMessage<Document.Types.Page.Types.FormField>, IEquatable<Document.Types.Page.Types.FormField>, IDeepCloneable<Document.Types.Page.Types.FormField>, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Beta3Assembly
Google.Cloud.DocumentAI.V1Beta3.dll
Constructors
FormField()
public FormField()
FormField(Document.Types.Page.Types.FormField)
public FormField(Document.Types.Page.Types.FormField other)
Parameter | |
---|---|
Name | Description |
other | Document.Types.Page.Types.FormField |
Properties
FieldName
public Document.Types.Page.Types.Layout FieldName { get; set; }
[Layout][google.cloud.documentai.v1beta3.Document.Page.Layout] for the
[FormField][google.cloud.documentai.v1beta3.Document.Page.FormField]
name. e.g. Address
, Email
, Grand total
, Phone number
, etc.
Property Value | |
---|---|
Type | Description |
Document.Types.Page.Types.Layout |
FieldValue
public Document.Types.Page.Types.Layout FieldValue { get; set; }
[Layout][google.cloud.documentai.v1beta3.Document.Page.Layout] for the [FormField][google.cloud.documentai.v1beta3.Document.Page.FormField] value.
Property Value | |
---|---|
Type | Description |
Document.Types.Page.Types.Layout |
NameDetectedLanguages
public RepeatedField<Document.Types.Page.Types.DetectedLanguage> NameDetectedLanguages { get; }
A list of detected languages for name together with confidence.
Property Value | |
---|---|
Type | Description |
RepeatedField<Document.Types.Page.Types.DetectedLanguage> |
Provenance
public Document.Types.Provenance Provenance { get; set; }
The history of this annotation.
Property Value | |
---|---|
Type | Description |
Document.Types.Provenance |
ValueDetectedLanguages
public RepeatedField<Document.Types.Page.Types.DetectedLanguage> ValueDetectedLanguages { get; }
A list of detected languages for value together with confidence.
Property Value | |
---|---|
Type | Description |
RepeatedField<Document.Types.Page.Types.DetectedLanguage> |
ValueType
public string ValueType { get; set; }
If the value is non-textual, this field represents the type. Current valid values are:
- blank (this indicates the field_value is normal text)
- "unfilled_checkbox"
- "filled_checkbox"
Property Value | |
---|---|
Type | Description |
String |