Class: Google::Cloud::DocumentAI::V1beta3::Document::Page::FormField
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1beta3::Document::Page::FormField
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/documentai/v1beta3/document.rb
Overview
A form field detected on the page.
Instance Attribute Summary collapse
-
#corrected_key_text ⇒ ::String
Created for Labeling UI to export key text.
-
#corrected_value_text ⇒ ::String
Created for Labeling UI to export value text.
- #field_name ⇒ ::Google::Cloud::DocumentAI::V1beta3::Document::Page::Layout
- #field_value ⇒ ::Google::Cloud::DocumentAI::V1beta3::Document::Page::Layout
-
#name_detected_languages ⇒ ::Array<::Google::Cloud::DocumentAI::V1beta3::Document::Page::DetectedLanguage>
A list of detected languages for name together with confidence.
-
#provenance ⇒ ::Google::Cloud::DocumentAI::V1beta3::Document::Provenance
The history of this annotation.
-
#value_detected_languages ⇒ ::Array<::Google::Cloud::DocumentAI::V1beta3::Document::Page::DetectedLanguage>
A list of detected languages for value together with confidence.
-
#value_type ⇒ ::String
If the value is non-textual, this field represents the type.
Instance Attribute Details
#corrected_key_text ⇒ ::String
Returns 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.
599 600 601 602 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 599 class FormField include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#corrected_value_text ⇒ ::String
Returns 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.
599 600 601 602 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 599 class FormField include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#field_name ⇒ ::Google::Cloud::DocumentAI::V1beta3::Document::Page::Layout
599 600 601 602 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 599 class FormField include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#field_value ⇒ ::Google::Cloud::DocumentAI::V1beta3::Document::Page::Layout
599 600 601 602 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 599 class FormField include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name_detected_languages ⇒ ::Array<::Google::Cloud::DocumentAI::V1beta3::Document::Page::DetectedLanguage>
Returns A list of detected languages for name together with confidence.
599 600 601 602 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 599 class FormField include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#provenance ⇒ ::Google::Cloud::DocumentAI::V1beta3::Document::Provenance
Returns The history of this annotation.
599 600 601 602 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 599 class FormField include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value_detected_languages ⇒ ::Array<::Google::Cloud::DocumentAI::V1beta3::Document::Page::DetectedLanguage>
Returns A list of detected languages for value together with confidence.
599 600 601 602 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 599 class FormField include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value_type ⇒ ::String
Returns 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
.
599 600 601 602 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 599 class FormField include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |