Google Cloud Video Transcoder V1 Client - Class NormalizedCoordinate (0.9.1)

Reference documentation and code samples for the Google Cloud Video Transcoder V1 Client class NormalizedCoordinate.

2D normalized coordinates. Default: {0.0, 0.0}

Generated from protobuf message google.cloud.video.transcoder.v1.Overlay.NormalizedCoordinate

Namespace

Google \ Cloud \ Video \ Transcoder \ V1 \ Overlay

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ x float

Normalized x coordinate.

↳ y float

Normalized y coordinate.

getX

Normalized x coordinate.

Returns
TypeDescription
float

setX

Normalized x coordinate.

Parameter
NameDescription
var float
Returns
TypeDescription
$this

getY

Normalized y coordinate.

Returns
TypeDescription
float

setY

Normalized y coordinate.

Parameter
NameDescription
var float
Returns
TypeDescription
$this