Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class FacetValue.
Definition of a single value with generic type.
Generated from protobuf message google.cloud.visionai.v1.FacetValue
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ string_value
string
String type value.
↳ integer_value
int|string
Integer type value.
↳ datetime_value
getStringValue
String type value.
string
hasStringValue
setStringValue
String type value.
var
string
$this
getIntegerValue
Integer type value.
int|string
hasIntegerValue
setIntegerValue
Integer type value.
var
int|string
$this
getDatetimeValue
Datetime type value.
hasDatetimeValue
setDatetimeValue
Datetime type value.
$this
getValue
string

