public sealed class NormalizedCoordinate : IMessage<Overlay.Types.NormalizedCoordinate>, IEquatable<Overlay.Types.NormalizedCoordinate>, IDeepCloneable<Overlay.Types.NormalizedCoordinate>, IBufferMessage, IMessage
[[["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."],[[["The latest version of the `NormalizedCoordinate` class is 2.9.0, with other documented versions ranging from 2.8.0 down to 1.0.0."],["`NormalizedCoordinate` represents 2D normalized coordinates, with a default value of `{0.0, 0.0}`, used within the `Google.Cloud.Video.Transcoder.V1` namespace."],["The class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, providing functionality for message handling, equality checks, deep cloning, and buffer management."],["It has two constructors, one default and one that takes another `NormalizedCoordinate` object, and contains two properties of type double: `X` and `Y`, which represent the normalized x and y coordinates respectively."],["The `NormalizedCoordinate` class inherits from `Object`, and includes the typical inherited methods, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]