Reference documentation and code samples for the Cloud Vision V1 Client class WebEntity.
Entity deduced from similar images on the Internet.
Generated from protobuf message google.cloud.vision.v1.WebDetection.WebEntity
Namespace
Google \ Cloud \ Vision \ V1 \ WebDetectionMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ entity_id
string
Opaque entity ID.
↳ score
float
Overall relevancy score for the entity. Not normalized and not comparable across different image queries.
↳ description
string
Canonical description of the entity, in English.
getEntityId
Opaque entity ID.
string
setEntityId
Opaque entity ID.
var
string
$this
getScore
Overall relevancy score for the entity.
Not normalized and not comparable across different image queries.
float
setScore
Overall relevancy score for the entity.
Not normalized and not comparable across different image queries.
var
float
$this
getDescription
Canonical description of the entity, in English.
string
setDescription
Canonical description of the entity, in English.
var
string
$this

