Class: Google::Cloud::VisionAI::V1::AnnotationValue

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/visionai/v1/warehouse.rb

Overview

Value of annotation, including all types available in data schema.

Instance Attribute Summary collapse

Instance Attribute Details

#bool_value::Boolean

Returns Value of boolean type annotation.

Returns:

  • (::Boolean)

    Value of boolean type annotation.



1575
1576
1577
1578
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1575

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

#customized_struct_data_value::Google::Protobuf::Struct

Returns Value of customized struct annotation. This field does not have effects. Use customized_struct_value instead for customized struct annotation.

Returns:

  • (::Google::Protobuf::Struct)

    Value of customized struct annotation. This field does not have effects. Use customized_struct_value instead for customized struct annotation.



1575
1576
1577
1578
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1575

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

#customized_struct_value::Google::Cloud::VisionAI::V1::AnnotationCustomizedStruct

Returns Value of custom struct type annotation.

Returns:



1575
1576
1577
1578
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1575

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

#datetime_value::String

Returns Value of date time type annotation.

Returns:

  • (::String)

    Value of date time type annotation.



1575
1576
1577
1578
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1575

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

#float_value::Float

Returns Value of float type annotation.

Returns:

  • (::Float)

    Value of float type annotation.



1575
1576
1577
1578
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1575

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

#geo_coordinate::Google::Cloud::VisionAI::V1::GeoCoordinate

Returns Value of geo coordinate type annotation.

Returns:



1575
1576
1577
1578
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1575

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

#int_value::Integer

Returns Value of int type annotation.

Returns:

  • (::Integer)

    Value of int type annotation.



1575
1576
1577
1578
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1575

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

#list_value::Google::Cloud::VisionAI::V1::AnnotationList

Returns Value of list type annotation.

Returns:



1575
1576
1577
1578
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1575

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

#proto_any_value::Google::Protobuf::Any

Returns Value of any proto value.

Returns:



1575
1576
1577
1578
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1575

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

#str_value::String

Returns Value of string type annotation.

Returns:

  • (::String)

    Value of string type annotation.



1575
1576
1577
1578
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1575

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