WebDetection_WebEntity
class WebDetection_WebEntity extends Message
Entity deduced from similar images on the Internet.
Protobuf type Google\Cloud\Vision\V1\WebDetection\WebEntity
Methods
No description
Opaque entity ID.
Opaque entity ID.
Overall relevancy score for the entity.
Overall relevancy score for the entity.
Canonical description of the entity, in English.
Canonical description of the entity, in English.
Details
at line 38
__construct()
at line 49
string
getEntityId()
Opaque entity ID.
Generated from protobuf field string entity_id = 1;
at line 60
setEntityId(string $var)
Opaque entity ID.
Generated from protobuf field string entity_id = 1;
at line 73
float
getScore()
Overall relevancy score for the entity.
Not normalized and not comparable across different image queries.
Generated from protobuf field float score = 2;
at line 85
setScore(float $var)
Overall relevancy score for the entity.
Not normalized and not comparable across different image queries.
Generated from protobuf field float score = 2;
at line 97
string
getDescription()
Canonical description of the entity, in English.
Generated from protobuf field string description = 3;
at line 108
setDescription(string $var)
Canonical description of the entity, in English.
Generated from protobuf field string description = 3;