Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::AttributeValue.
Represents an actual value of an operator attribute.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#b
def b() -> ::Boolean
Returns
- (::Boolean) — bool.
#b=
def b=(value) -> ::Boolean
Parameter
- value (::Boolean) — bool.
Returns
- (::Boolean) — bool.
#f
def f() -> ::Float
Returns
- (::Float) — float.
#f=
def f=(value) -> ::Float
Parameter
- value (::Float) — float.
Returns
- (::Float) — float.
#i
def i() -> ::Integer
Returns
- (::Integer) — int.
#i=
def i=(value) -> ::Integer
Parameter
- value (::Integer) — int.
Returns
- (::Integer) — int.
#s
def s() -> ::String
Returns
- (::String) — string.
#s=
def s=(value) -> ::String
Parameter
- value (::String) — string.
Returns
- (::String) — string.