Class: Google::Cloud::Vision::V1::Vertex

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/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

Instance Attribute Details

#xInteger

Returns X coordinate.

Returns:

  • (Integer)

    X coordinate.



27
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/geometry.rb', line 27

class Vertex; end

#yInteger

Returns Y coordinate.

Returns:

  • (Integer)

    Y coordinate.



27
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/geometry.rb', line 27

class Vertex; end