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
-
(::Boolean) — bool.
Note: The following fields are mutually exclusive:
b
,i
,f
,s
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#b=
def b=(value) -> ::Boolean
-
value (::Boolean) — bool.
Note: The following fields are mutually exclusive:
b
,i
,f
,s
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Boolean) — bool.
Note: The following fields are mutually exclusive:
b
,i
,f
,s
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#f
def f() -> ::Float
-
(::Float) — float.
Note: The following fields are mutually exclusive:
f
,i
,b
,s
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#f=
def f=(value) -> ::Float
-
value (::Float) — float.
Note: The following fields are mutually exclusive:
f
,i
,b
,s
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Float) — float.
Note: The following fields are mutually exclusive:
f
,i
,b
,s
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#i
def i() -> ::Integer
-
(::Integer) — int.
Note: The following fields are mutually exclusive:
i
,f
,b
,s
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#i=
def i=(value) -> ::Integer
-
value (::Integer) — int.
Note: The following fields are mutually exclusive:
i
,f
,b
,s
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Integer) — int.
Note: The following fields are mutually exclusive:
i
,f
,b
,s
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#s
def s() -> ::String
-
(::String) — string.
Note: The following fields are mutually exclusive:
s
,i
,f
,b
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#s=
def s=(value) -> ::String
-
value (::String) — string.
Note: The following fields are mutually exclusive:
s
,i
,f
,b
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — string.
Note: The following fields are mutually exclusive:
s
,i
,f
,b
. If a field in that set is populated, all other fields in the set will automatically be cleared.