WebDetection_WebImage
class WebDetection_WebImage extends Message
Metadata for online images.
Protobuf type Google\Cloud\Vision\V1\WebDetection\WebImage
Methods
__construct()
No description
string
getUrl()
The result image URL.
setUrl(string $var)
The result image URL.
float
getScore()
Overall relevancy score for the image.
setScore(float $var)
Overall relevancy score for the image.
Details
at line 32
__construct()
at line 43
string
getUrl()
The result image URL.
Generated from protobuf field string url = 1;
at line 54
setUrl(string $var)
The result image URL.
Generated from protobuf field string url = 1;
at line 67
float
getScore()
Overall relevancy score for the image.
Not normalized and not comparable across different image queries.
Generated from protobuf field float score = 2;
at line 79
setScore(float $var)
Overall relevancy score for the image.
Not normalized and not comparable across different image queries.
Generated from protobuf field float score = 2;