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



756
757
758
759
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 756

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.



756
757
758
759
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 756

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:



756
757
758
759
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 756

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:



756
757
758
759
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 756

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

#float_value::Float

Returns Float value.

Returns:

  • (::Float)

    Float value.



756
757
758
759
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 756

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

#integer_value::Integer

Returns Integer value.

Returns:

  • (::Integer)

    Integer value.



756
757
758
759
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 756

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

#money_value::Google::Type::Money



756
757
758
759
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 756

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

#text::String

Returns Optional. An optional field to store a normalized string. For some entity types, one of respective structured_value fields may also be populated. Also not all the types of structured_value will be normalized. For example, some processors may not generate float or integer normalized text by default.

Below are sample formats mapped to structured values.

  • 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)

    Optional. An optional field to store a normalized string. For some entity types, one of respective structured_value fields may also be populated. Also not all the types of structured_value will be normalized. For example, some processors may not generate float or integer normalized text by default.

    Below are sample formats mapped to structured values.

    • 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.


756
757
758
759
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 756

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