Property
class Property extends Message
A Property
consists of a user-supplied name/value pair.
Protobuf type Google\Cloud\Vision\V1\Property
Methods
__construct()
No description
string
getName()
Name of the property.
setName(string $var)
Name of the property.
string
getValue()
Value of the property.
setValue(string $var)
Value of the property.
Details
at line 31
__construct()
at line 42
string
getName()
Name of the property.
Generated from protobuf field string name = 1;
at line 53
setName(string $var)
Name of the property.
Generated from protobuf field string name = 1;
at line 65
string
getValue()
Value of the property.
Generated from protobuf field string value = 2;
at line 76
setValue(string $var)
Value of the property.
Generated from protobuf field string value = 2;