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
- #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
#field_name ⇒ ::Google::Cloud::DocumentAI::V1beta3::Document::Page::Layout
514 515 516 517 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 514 class FormField include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#field_value ⇒ ::Google::Cloud::DocumentAI::V1beta3::Document::Page::Layout
514 515 516 517 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 514 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.
514 515 516 517 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 514 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.
514 515 516 517 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 514 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.
514 515 516 517 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 514 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".
514 515 516 517 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 514 class FormField include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |