Reference documentation and code samples for the Cloud Vision V1 Client class 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.
Generated from protobuf message google.cloud.vision.v1.NormalizedVertex
Namespace
Google \ Cloud \ Vision \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
data | 
        
          array
          Optional. Data for populating the Message object.  | 
      
↳ x | 
        
          float
          X coordinate.  | 
      
↳ y | 
        
          float
          Y coordinate.  | 
      
getX
X coordinate.
| Returns | |
|---|---|
| Type | Description | 
float | 
        |
setX
X coordinate.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          float
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |
getY
Y coordinate.
| Returns | |
|---|---|
| Type | Description | 
float | 
        |
setY
Y coordinate.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          float
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |