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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This documentation covers the `Overlay.Types.NormalizedCoordinate` class within the Google Cloud Transcoder v1 API, specifically detailing its structure and functionality."],["The `NormalizedCoordinate` class represents 2D normalized coordinates, with a default value of `{0.0, 0.0}`, and is used in the context of video overlays."],["The class includes two key properties: `X` and `Y`, both of type `double`, representing the normalized x and y coordinates, respectively."],["The documentation is for version 2.4.0, but other versions are easily accessible as well, ranging from version 1.0.0 up to 2.9.0, and it implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class can be constructed in two different ways, either with no arguments or by providing an existing `NormalizedCoordinate` object."]]],[]]