Cloud Vision V1p4beta1 API - Class Google::Cloud::Vision::V1p4beta1::Vertex (v0.1.2)

Reference documentation and code samples for the Cloud Vision V1p4beta1 API class Google::Cloud::Vision::V1p4beta1::Vertex.

A vertex represents a 2D point in the image. NOTE: the vertex coordinates are in the same scale as the original image.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#x

def x() -> ::Integer
Returns
  • (::Integer) — X coordinate.

#x=

def x=(value) -> ::Integer
Parameter
  • value (::Integer) — X coordinate.
Returns
  • (::Integer) — X coordinate.

#y

def y() -> ::Integer
Returns
  • (::Integer) — Y coordinate.

#y=

def y=(value) -> ::Integer
Parameter
  • value (::Integer) — Y coordinate.
Returns
  • (::Integer) — Y coordinate.