Google Cloud Document Ai V1 Client - Class NormalizedVertex (1.0.1)

Reference documentation and code samples for the Google Cloud Document Ai 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.documentai.v1.NormalizedVertex

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ x
float

X coordinate.

↳ y
float

Y coordinate (starts from the top of the image).

getX

X coordinate.

Generated from protobuf field float x = 1;

Returns
Type
Description
float

setX

X coordinate.

Generated from protobuf field float x = 1;

Parameter
Name
Description
var
float
Returns
Type
Description
$this

getY

Y coordinate (starts from the top of the image).

Generated from protobuf field float y = 2;

Returns
Type
Description
float

setY

Y coordinate (starts from the top of the image).

Generated from protobuf field float y = 2;

Parameter
Name
Description
var
float
Returns
Type
Description
$this
Design a Mobile Site
View Site in Mobile | Classic
Share by: