Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class CircleArea.
Representation of a circle area.
Generated from protobuf message google.cloud.visionai.v1.CircleArea
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ latitude
float
Latitude of circle area's center. Degrees [-90 .. 90]
↳ longitude
float
Longitude of circle area's center. Degrees [-180 .. 180]
↳ radius_meter
float
Radius of the circle area in meters.
getLatitude
Latitude of circle area's center. Degrees [-90 .. 90]
float
setLatitude
Latitude of circle area's center. Degrees [-90 .. 90]
var
float
$this
getLongitude
Longitude of circle area's center. Degrees [-180 .. 180]
float
setLongitude
Longitude of circle area's center. Degrees [-180 .. 180]
var
float
$this
getRadiusMeter
Radius of the circle area in meters.
float
setRadiusMeter
Radius of the circle area in meters.
var
float
$this

