WebDetection_WebPage
class WebDetection_WebPage extends Message
Metadata for web pages.
Protobuf type Google\Cloud\Vision\V1\WebDetection\WebPage
Methods
__construct()
No description
string
getUrl()
The result web page URL.
setUrl(string $var)
The result web page URL.
float
getScore()
Overall relevancy score for the web page.
setScore(float $var)
Overall relevancy score for the web page.
Details
at line 32
__construct()
at line 43
string
getUrl()
The result web page URL.
Generated from protobuf field string url = 1;
at line 54
setUrl(string $var)
The result web page URL.
Generated from protobuf field string url = 1;
at line 67
float
getScore()
Overall relevancy score for the web page.
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 web page.
Not normalized and not comparable across different image queries.
Generated from protobuf field float score = 2;