Cloud Video Intelligence V1p2beta1 API - Class Google::Cloud::VideoIntelligence::V1p2beta1::NormalizedVertex (v0.15.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Video Intelligence V1p2beta1 API class Google::Cloud::VideoIntelligence::V1p2beta1::NormalizedVertex.
A vertex represents a 2D point in the image. NOTE: the normalized vertex coordinates are relative to the original image and range from 0 to 1.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#x
defx()->::Float
Returns
- (::Float) — X coordinate.
#x=
defx=(value)->::Float
Parameter
- value (::Float) — X coordinate.
Returns
- (::Float) — X coordinate.
#y
defy()->::Float
Returns
- (::Float) — Y coordinate.
#y=
defy=(value)->::Float
Parameter
- value (::Float) — Y coordinate.
Returns
- (::Float) — Y coordinate.