public sealed class 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."],[[["The `Overlay.Types.NormalizedCoordinate` class in the Transcoder v1 API represents 2D normalized coordinates, with a default value of `{0.0, 0.0}`."],["This class has been implemented with several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The latest version of the API is 2.9.0, with versions ranging back to 1.0.0 available for reference."],["`NormalizedCoordinate` has two properties, `X` and `Y`, both doubles, representing the normalized x and y coordinates respectively."],["The `NormalizedCoordinate` class can be constructed either with default values or by using another existing `Overlay.Types.NormalizedCoordinate` object."]]],[]]