public sealed class NormalizedBoundingBox : IMessage<NormalizedBoundingBox>, IEquatable<NormalizedBoundingBox>, IDeepCloneable<NormalizedBoundingBox>, IBufferMessage, IMessage
Normalized bounding box.
The normalized vertex coordinates are relative to the original image.
Range: [0, 1].
[[["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 `NormalizedBoundingBox` class provides a representation of a bounding box with normalized vertex coordinates, ranging from 0 to 1, relative to the original image."],["This class is part of the `Google.Cloud.VideoIntelligence.V1` namespace and is implemented in the `Google.Cloud.VideoIntelligence.V1.dll` assembly."],["It implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer operations."],["The class includes properties for `Bottom`, `Left`, `Right`, and `Top`, all of which are of type `float`, representing the normalized coordinates of the bounding box."],["The latest documentation available for the `NormalizedBoundingBox` class is version 3.4.0, but other previous versions are also available ranging back to 2.2.0."]]],[]]