Cloud Video Intelligence V1 Client - Class NormalizedVertex (1.13.1)

Reference documentation and code samples for the Cloud Video Intelligence 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.videointelligence.v1.NormalizedVertex

Namespace

Google \ Cloud \ VideoIntelligence \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ x float

X coordinate.

↳ y float

Y coordinate.

getX

X coordinate.

Returns
TypeDescription
float

setX

X coordinate.

Parameter
NameDescription
var float
Returns
TypeDescription
$this

getY

Y coordinate.

Returns
TypeDescription
float

setY

Y coordinate.

Parameter
NameDescription
var float
Returns
TypeDescription
$this