Google Cloud Video Transcoder V1 Client - Class NormalizedCoordinate (1.3.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
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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.