Class: Google::Cloud::DocumentAI::V1beta3::Document::Entity::NormalizedValue

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/documentai/v1beta3/document.rb

Overview

Parsed and normalized entity value.

Instance Attribute Summary collapse

Instance Attribute Details

#address_value::Google::Type::PostalAddress

Returns Postal address. See also:

https: github.com/googleapis/googleapis/blob/master/google/type/postal_address.proto.

Returns:

  • (::Google::Type::PostalAddress)

    Postal address. See also:

    https: github.com/googleapis/googleapis/blob/master/google/type/postal_address.proto



572
573
574
575
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 572

class NormalizedValue
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#boolean_value::Boolean

Returns Boolean value. Can be used for entities with binary values, or for checkboxes.

Returns:

  • (::Boolean)

    Boolean value. Can be used for entities with binary values, or for checkboxes.



572
573
574
575
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 572

class NormalizedValue
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#date_value::Google::Type::Date

Returns Date value. Includes year, month, day. See also:

https: github.com/googleapis/googleapis/blob/master/google/type/date.proto.

Returns:

  • (::Google::Type::Date)

    Date value. Includes year, month, day. See also:

    https: github.com/googleapis/googleapis/blob/master/google/type/date.proto



572
573
574
575
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 572

class NormalizedValue
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#datetime_value::Google::Type::DateTime

Returns DateTime value. Includes date, time, and timezone. See also:

https: github.com/googleapis/googleapis/blob/master/google/type/datetime.proto.

Returns:

  • (::Google::Type::DateTime)

    DateTime value. Includes date, time, and timezone. See also:

    https: github.com/googleapis/googleapis/blob/master/google/type/datetime.proto



572
573
574
575
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 572

class NormalizedValue
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#money_value::Google::Type::Money

Returns Money value. See also:

https: github.com/googleapis/googleapis/blob/master/google/type/money.proto.

Returns:

  • (::Google::Type::Money)

    Money value. See also:

    https: github.com/googleapis/googleapis/blob/master/google/type/money.proto



572
573
574
575
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 572

class NormalizedValue
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#text::String

Returns Required. Normalized entity value stored as a string. This field is populated for supported document type (e.g. Invoice). For some entity types, one of respective 'structured_value' fields may also be populated.

  • Money/Currency type (money_value) is in the ISO 4217 text format.
  • Date type (date_value) is in the ISO 8601 text format.
  • Datetime type (datetime_value) is in the ISO 8601 text format.

Returns:

  • (::String)

    Required. Normalized entity value stored as a string. This field is populated for supported document type (e.g. Invoice). For some entity types, one of respective 'structured_value' fields may also be populated.

    • Money/Currency type (money_value) is in the ISO 4217 text format.
    • Date type (date_value) is in the ISO 8601 text format.
    • Datetime type (datetime_value) is in the ISO 8601 text format.


572
573
574
575
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 572

class NormalizedValue
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end