Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::CircleArea.
Representation of a circle area.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#latitude
def latitude() -> ::Float
Returns
- (::Float) — Latitude of circle area's center. Degrees [-90 .. 90]
#latitude=
def latitude=(value) -> ::Float
Parameter
- value (::Float) — Latitude of circle area's center. Degrees [-90 .. 90]
Returns
- (::Float) — Latitude of circle area's center. Degrees [-90 .. 90]
#longitude
def longitude() -> ::Float
Returns
- (::Float) — Longitude of circle area's center. Degrees [-180 .. 180]
#longitude=
def longitude=(value) -> ::Float
Parameter
- value (::Float) — Longitude of circle area's center. Degrees [-180 .. 180]
Returns
- (::Float) — Longitude of circle area's center. Degrees [-180 .. 180]
#radius_meter
def radius_meter() -> ::Float
Returns
- (::Float) — Radius of the circle area in meters.
#radius_meter=
def radius_meter=(value) -> ::Float
Parameter
- value (::Float) — Radius of the circle area in meters.
Returns
- (::Float) — Radius of the circle area in meters.