Transcoder v1 API - Class Overlay.Types.NormalizedCoordinate (2.9.0)

public sealed class Overlay.Types.NormalizedCoordinate : IMessage<Overlay.Types.NormalizedCoordinate>, IEquatable<Overlay.Types.NormalizedCoordinate>, IDeepCloneable<Overlay.Types.NormalizedCoordinate>, IBufferMessage, IMessage

Reference documentation and code samples for the Transcoder v1 API class Overlay.Types.NormalizedCoordinate.

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

Inheritance

object > Overlay.Types.NormalizedCoordinate

Namespace

Google.Cloud.Video.Transcoder.V1

Assembly

Google.Cloud.Video.Transcoder.V1.dll

Constructors

NormalizedCoordinate()

public NormalizedCoordinate()

NormalizedCoordinate(NormalizedCoordinate)

public NormalizedCoordinate(Overlay.Types.NormalizedCoordinate other)
Parameter
Name Description
other OverlayTypesNormalizedCoordinate

Properties

X

public double X { get; set; }

Normalized x coordinate.

Property Value
Type Description
double

Y

public double Y { get; set; }

Normalized y coordinate.

Property Value
Type Description
double