Class: Google::Cloud::VisionAI::V1::AttributeValue

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#b::Boolean



180
181
182
183
# File 'proto_docs/google/cloud/visionai/v1/lva.rb', line 180

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

#f::Float



180
181
182
183
# File 'proto_docs/google/cloud/visionai/v1/lva.rb', line 180

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

#i::Integer



180
181
182
183
# File 'proto_docs/google/cloud/visionai/v1/lva.rb', line 180

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

#s::String



180
181
182
183
# File 'proto_docs/google/cloud/visionai/v1/lva.rb', line 180

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