Class: Google::Cloud::VisionAI::V1::AttributeValue
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::AttributeValue
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/lva.rb
Overview
Represents an actual value of an operator attribute.
Instance Attribute Summary collapse
-
#b ⇒ ::Boolean
Bool.
-
#f ⇒ ::Float
Float.
-
#i ⇒ ::Integer
Int.
-
#s ⇒ ::String
String.
Instance Attribute Details
#b ⇒ ::Boolean
Returns bool.
172 173 174 175 |
# File 'proto_docs/google/cloud/visionai/v1/lva.rb', line 172 class AttributeValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#f ⇒ ::Float
Returns float.
172 173 174 175 |
# File 'proto_docs/google/cloud/visionai/v1/lva.rb', line 172 class AttributeValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#i ⇒ ::Integer
Returns int.
172 173 174 175 |
# File 'proto_docs/google/cloud/visionai/v1/lva.rb', line 172 class AttributeValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#s ⇒ ::String
Returns string.
172 173 174 175 |
# File 'proto_docs/google/cloud/visionai/v1/lva.rb', line 172 class AttributeValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |