Reference documentation and code samples for the Document AI V1beta3 API class Google::Cloud::DocumentAI::V1beta3::Document::Page::FormField.
A form field detected on the page.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#corrected_key_text
def corrected_key_text() -> ::String
-
(::String) — 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.
#corrected_key_text=
def corrected_key_text=(value) -> ::String
-
value (::String) — 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.
-
(::String) — 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.
#corrected_value_text
def corrected_value_text() -> ::String
-
(::String) — 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.
#corrected_value_text=
def corrected_value_text=(value) -> ::String
-
value (::String) — 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.
-
(::String) — 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.
#field_name
def field_name() -> ::Google::Cloud::DocumentAI::V1beta3::Document::Page::Layout
-
(::Google::Cloud::DocumentAI::V1beta3::Document::Page::Layout) — Layout for the FormField name. e.g.
Address
,Email
,Grand total
,Phone number
, etc.
#field_name=
def field_name=(value) -> ::Google::Cloud::DocumentAI::V1beta3::Document::Page::Layout
-
value (::Google::Cloud::DocumentAI::V1beta3::Document::Page::Layout) — Layout for the FormField name. e.g.
Address
,Email
,Grand total
,Phone number
, etc.
-
(::Google::Cloud::DocumentAI::V1beta3::Document::Page::Layout) — Layout for the FormField name. e.g.
Address
,Email
,Grand total
,Phone number
, etc.
#field_value
def field_value() -> ::Google::Cloud::DocumentAI::V1beta3::Document::Page::Layout
- (::Google::Cloud::DocumentAI::V1beta3::Document::Page::Layout) — Layout for the FormField value.
#field_value=
def field_value=(value) -> ::Google::Cloud::DocumentAI::V1beta3::Document::Page::Layout
- value (::Google::Cloud::DocumentAI::V1beta3::Document::Page::Layout) — Layout for the FormField value.
- (::Google::Cloud::DocumentAI::V1beta3::Document::Page::Layout) — Layout for the FormField value.
#name_detected_languages
def name_detected_languages() -> ::Array<::Google::Cloud::DocumentAI::V1beta3::Document::Page::DetectedLanguage>
- (::Array<::Google::Cloud::DocumentAI::V1beta3::Document::Page::DetectedLanguage>) — A list of detected languages for name together with confidence.
#name_detected_languages=
def name_detected_languages=(value) -> ::Array<::Google::Cloud::DocumentAI::V1beta3::Document::Page::DetectedLanguage>
- value (::Array<::Google::Cloud::DocumentAI::V1beta3::Document::Page::DetectedLanguage>) — A list of detected languages for name together with confidence.
- (::Array<::Google::Cloud::DocumentAI::V1beta3::Document::Page::DetectedLanguage>) — A list of detected languages for name together with confidence.
#provenance
def provenance() -> ::Google::Cloud::DocumentAI::V1beta3::Document::Provenance
- (::Google::Cloud::DocumentAI::V1beta3::Document::Provenance) — The history of this annotation.
#provenance=
def provenance=(value) -> ::Google::Cloud::DocumentAI::V1beta3::Document::Provenance
- value (::Google::Cloud::DocumentAI::V1beta3::Document::Provenance) — The history of this annotation.
- (::Google::Cloud::DocumentAI::V1beta3::Document::Provenance) — The history of this annotation.
#value_detected_languages
def value_detected_languages() -> ::Array<::Google::Cloud::DocumentAI::V1beta3::Document::Page::DetectedLanguage>
- (::Array<::Google::Cloud::DocumentAI::V1beta3::Document::Page::DetectedLanguage>) — A list of detected languages for value together with confidence.
#value_detected_languages=
def value_detected_languages=(value) -> ::Array<::Google::Cloud::DocumentAI::V1beta3::Document::Page::DetectedLanguage>
- value (::Array<::Google::Cloud::DocumentAI::V1beta3::Document::Page::DetectedLanguage>) — A list of detected languages for value together with confidence.
- (::Array<::Google::Cloud::DocumentAI::V1beta3::Document::Page::DetectedLanguage>) — A list of detected languages for value together with confidence.
#value_type
def value_type() -> ::String
-
(::String) —
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"
#value_type=
def value_type=(value) -> ::String
-
value (::String) —
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"
-
(::String) —
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"