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

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
Name Description
data array

Optional. Data for populating the Message object.

↳ x float

Normalized x coordinate.

↳ y float

Normalized y coordinate.

getX

Normalized x coordinate.

Returns
Type Description
float

setX

Normalized x coordinate.

Parameter
Name Description
var float
Returns
Type Description
$this

getY

Normalized y coordinate.

Returns
Type Description
float

setY

Normalized y coordinate.

Parameter
Name Description
var float
Returns
Type Description
$this