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-04-17 UTC."],[[["This document describes the `NormalizedBoundingBox` class, which is part of the `Google.Cloud.VideoIntelligence.V1` namespace in the Google Cloud Video Intelligence library for .NET."],["The `NormalizedBoundingBox` class is used to represent a bounding box with coordinates normalized to a range of \\[0, 1], relative to the original image."],["It inherits from the `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties for `Bottom`, `Left`, `Right`, and `Top`, representing the Y and X coordinates of the bounding box, respectively, each being a float value."],["Available versions of this class range from 2.2.0 to 3.4.0, with 3.4.0 being the latest version, each link leading to different documentation pages on the Google Cloud Platform."]]],[]]