Reference documentation and code samples for the Cloud Vision V1 Client class WebDetectionParams.
Parameters for web detection request.
Generated from protobuf message google.cloud.vision.v1.WebDetectionParams
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ include_geo_results |
bool
Whether to include results derived from the geo information in the image. |
getIncludeGeoResults
Whether to include results derived from the geo information in the image.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setIncludeGeoResults
Whether to include results derived from the geo information in the image.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|