public sealed class NormalizedCoordinate : IMessage<NormalizedCoordinate>, IEquatable<NormalizedCoordinate>, IDeepCloneable<NormalizedCoordinate>, IBufferMessage, IMessage
Reference documentation and code samples for the Live Stream v1 API class 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-03-21 UTC."],[[["The latest version of the `NormalizedCoordinate` class within the Live Stream v1 API is 1.8.0, with previous versions back to 1.0.0 also documented."],["`NormalizedCoordinate` is a class representing 2D normalized coordinates used in the Live Stream v1 API, inheriting from `object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes properties `X` and `Y`, which are optional double values representing normalized x and y coordinates respectively, with a valid range of [0.0, 1.0] and a default value of 0."],["The documentation includes details on the constructors available for the class, namely `NormalizedCoordinate()` and `NormalizedCoordinate(NormalizedCoordinate other)`."],["The class belongs to the `Google.Cloud.Video.LiveStream.V1` namespace and is found within the `Google.Cloud.Video.LiveStream.V1.dll` assembly."]]],[]]