Reference documentation and code samples for the Cloud Vision V1 Client class Property.
A Property
consists of a user-supplied name/value pair.
Generated from protobuf message google.cloud.vision.v1.Property
Namespace
Google \ Cloud \ Vision \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Name of the property.
↳ value
string
Value of the property.
↳ uint64_value
int|string
Value of numeric properties.
getName
Name of the property.
string
setName
Name of the property.
var
string
$this
getValue
Value of the property.
string
setValue
Value of the property.
var
string
$this
getUint64Value
Value of numeric properties.
int|string
setUint64Value
Value of numeric properties.
var
int|string
$this

