Document AI V1 API - Class Google::Cloud::DocumentAI::V1::Document::Page::FormField (v0.3.0)

Reference documentation and code samples for the Document AI V1 API class Google::Cloud::DocumentAI::V1::Document::Page::FormField.

A form field detected on the page.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#field_name

def field_name() -> ::Google::Cloud::DocumentAI::V1::Document::Page::Layout
Returns

#field_name=

def field_name=(value) -> ::Google::Cloud::DocumentAI::V1::Document::Page::Layout
Parameter
Returns

#field_value

def field_value() -> ::Google::Cloud::DocumentAI::V1::Document::Page::Layout

#field_value=

def field_value=(value) -> ::Google::Cloud::DocumentAI::V1::Document::Page::Layout

#name_detected_languages

def name_detected_languages() -> ::Array<::Google::Cloud::DocumentAI::V1::Document::Page::DetectedLanguage>
Returns

#name_detected_languages=

def name_detected_languages=(value) -> ::Array<::Google::Cloud::DocumentAI::V1::Document::Page::DetectedLanguage>
Parameter
Returns

#provenance

def provenance() -> ::Google::Cloud::DocumentAI::V1::Document::Provenance
Returns

#provenance=

def provenance=(value) -> ::Google::Cloud::DocumentAI::V1::Document::Provenance
Parameter
Returns

#value_detected_languages

def value_detected_languages() -> ::Array<::Google::Cloud::DocumentAI::V1::Document::Page::DetectedLanguage>
Returns

#value_detected_languages=

def value_detected_languages=(value) -> ::Array<::Google::Cloud::DocumentAI::V1::Document::Page::DetectedLanguage>
Parameter
Returns

#value_type

def value_type() -> ::String
Returns
  • (::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
Parameter
  • 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"
Returns
  • (::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"