Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1beta3DocumentPageFormField

A form field detected on the page.

Inheritance
object
GoogleCloudDocumentaiV1beta3DocumentPageFormField
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Document.v1beta3.Data
Assembly: Google.Apis.Document.v1beta3.dll
Syntax
public class GoogleCloudDocumentaiV1beta3DocumentPageFormField : 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 GoogleCloudDocumentaiV1beta3DocumentPageLayout FieldName { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1beta3DocumentPageLayout

FieldValue

Layout for the FormField value.

Declaration
[JsonProperty("fieldValue")]
public virtual GoogleCloudDocumentaiV1beta3DocumentPageLayout FieldValue { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1beta3DocumentPageLayout

NameDetectedLanguages

A list of detected languages for name together with confidence.

Declaration
[JsonProperty("nameDetectedLanguages")]
public virtual IList<GoogleCloudDocumentaiV1beta3DocumentPageDetectedLanguage> NameDetectedLanguages { get; set; }
Property Value
Type Description
IList<GoogleCloudDocumentaiV1beta3DocumentPageDetectedLanguage>

Provenance

The history of this annotation.

Declaration
[JsonProperty("provenance")]
public virtual GoogleCloudDocumentaiV1beta3DocumentProvenance Provenance { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1beta3DocumentProvenance

ValueDetectedLanguages

A list of detected languages for value together with confidence.

Declaration
[JsonProperty("valueDetectedLanguages")]
public virtual IList<GoogleCloudDocumentaiV1beta3DocumentPageDetectedLanguage> ValueDetectedLanguages { get; set; }
Property Value
Type Description
IList<GoogleCloudDocumentaiV1beta3DocumentPageDetectedLanguage>

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX