Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::FacetValue.
Definition of a single value with generic type.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#datetime_value
def datetime_value() -> ::Google::Type::DateTime
-
(::Google::Type::DateTime) — Datetime type value.
Note: The following fields are mutually exclusive:
datetime_value
,string_value
,integer_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#datetime_value=
def datetime_value=(value) -> ::Google::Type::DateTime
-
value (::Google::Type::DateTime) — Datetime type value.
Note: The following fields are mutually exclusive:
datetime_value
,string_value
,integer_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Type::DateTime) — Datetime type value.
Note: The following fields are mutually exclusive:
datetime_value
,string_value
,integer_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#integer_value
def integer_value() -> ::Integer
-
(::Integer) — Integer type value.
Note: The following fields are mutually exclusive:
integer_value
,string_value
,datetime_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#integer_value=
def integer_value=(value) -> ::Integer
-
value (::Integer) — Integer type value.
Note: The following fields are mutually exclusive:
integer_value
,string_value
,datetime_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Integer) — Integer type value.
Note: The following fields are mutually exclusive:
integer_value
,string_value
,datetime_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#string_value
def string_value() -> ::String
-
(::String) — String type value.
Note: The following fields are mutually exclusive:
string_value
,integer_value
,datetime_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#string_value=
def string_value=(value) -> ::String
-
value (::String) — String type value.
Note: The following fields are mutually exclusive:
string_value
,integer_value
,datetime_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — String type value.
Note: The following fields are mutually exclusive:
string_value
,integer_value
,datetime_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.