Class GoogleCloudDocumentaiV1DocumentPageFormField
A form field detected on the page.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1DocumentPageFormField : IDirectResponseSchema
Properties
CorrectedKeyText
Created for Labeling UI to export key text. If corrections were made to the text identified by the
field_name.text_anchor
, this field will contain the correction.
Declaration
[JsonProperty("correctedKeyText")]
public virtual string CorrectedKeyText { get; set; }
Property Value
Type | Description |
---|---|
string |
CorrectedValueText
Created for Labeling UI to export value text. If corrections were made to the text identified by the
field_value.text_anchor
, this field will contain the correction.
Declaration
[JsonProperty("correctedValueText")]
public virtual string CorrectedValueText { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FieldName
Layout for the FormField name. e.g. Address
, Email
, Grand total
, Phone number
, etc.
Declaration
[JsonProperty("fieldName")]
public virtual GoogleCloudDocumentaiV1DocumentPageLayout FieldName { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1DocumentPageLayout |
FieldValue
Layout for the FormField value.
Declaration
[JsonProperty("fieldValue")]
public virtual GoogleCloudDocumentaiV1DocumentPageLayout FieldValue { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1DocumentPageLayout |
NameDetectedLanguages
A list of detected languages for name together with confidence.
Declaration
[JsonProperty("nameDetectedLanguages")]
public virtual IList<GoogleCloudDocumentaiV1DocumentPageDetectedLanguage> NameDetectedLanguages { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1DocumentPageDetectedLanguage> |
Provenance
The history of this annotation.
Declaration
[JsonProperty("provenance")]
public virtual GoogleCloudDocumentaiV1DocumentProvenance Provenance { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1DocumentProvenance |
ValueDetectedLanguages
A list of detected languages for value together with confidence.
Declaration
[JsonProperty("valueDetectedLanguages")]
public virtual IList<GoogleCloudDocumentaiV1DocumentPageDetectedLanguage> ValueDetectedLanguages { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1DocumentPageDetectedLanguage> |
ValueType
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
Declaration
[JsonProperty("valueType")]
public virtual string ValueType { get; set; }
Property Value
Type | Description |
---|---|
string |