Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class GeoLocationArray.
A list of locations.
Generated from protobuf message google.cloud.visionai.v1.GeoLocationArray
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ circle_areas |
array<CircleArea>
A list of circle areas. |
getCircleAreas
A list of circle areas.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setCircleAreas
A list of circle areas.
| Parameter | |
|---|---|
| Name | Description |
var |
array<CircleArea>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|