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

Returns bool.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::Float)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::String)

    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