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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides reference documentation for the `Overlay.Types.NormalizedCoordinate` class within the Google Cloud Video Transcoder v1 API, covering versions from 1.0.0 to 2.9.0 (latest)."],["`Overlay.Types.NormalizedCoordinate` is a class representing 2D normalized coordinates with a default value of `{0.0, 0.0}` and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two main properties, `X` and `Y`, both of type `double`, representing the normalized x and y coordinates respectively."],["There are two constructors, `NormalizedCoordinate()`, a default constructor, and `NormalizedCoordinate(Overlay.Types.NormalizedCoordinate other)`, that takes another `NormalizedCoordinate` as the parameter."]]],[]]