Class: Google::Cloud::Vision::V1p4beta1::Vertex
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1p4beta1::Vertex
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vision/v1p4beta1/geometry.rb
Overview
A vertex represents a 2D point in the image. NOTE: the vertex coordinates are in the same scale as the original image.
Instance Attribute Summary collapse
-
#x ⇒ ::Integer
X coordinate.
-
#y ⇒ ::Integer
Y coordinate.