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;

Return Value

string

at line 54
setUrl(string $var)

The result web page URL.

Generated from protobuf field string url = 1;

Parameters

string $var

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;

Return Value

float

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;

Parameters

float $var