Class: Google::Cloud::VisionAI::V1::AnnotationValue
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::AnnotationValue
- 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
-
#bool_value ⇒ ::Boolean
Value of boolean type annotation.
-
#customized_struct_data_value ⇒ ::Google::Protobuf::Struct
Value of customized struct annotation.
-
#customized_struct_value ⇒ ::Google::Cloud::VisionAI::V1::AnnotationCustomizedStruct
Value of custom struct type annotation.
-
#datetime_value ⇒ ::String
Value of date time type annotation.
-
#float_value ⇒ ::Float
Value of float type annotation.
-
#geo_coordinate ⇒ ::Google::Cloud::VisionAI::V1::GeoCoordinate
Value of geo coordinate type annotation.
-
#int_value ⇒ ::Integer
Value of int type annotation.
-
#list_value ⇒ ::Google::Cloud::VisionAI::V1::AnnotationList
Value of list type annotation.
-
#proto_any_value ⇒ ::Google::Protobuf::Any
Value of any proto value.
-
#str_value ⇒ ::String
Value of string type annotation.
Instance Attribute Details
#bool_value ⇒ ::Boolean
Returns 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.
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.
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.
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.
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.
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.
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.
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.
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.
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 |