public sealed class NormalizedBoundingBox : IMessage<NormalizedBoundingBox>, IEquatable<NormalizedBoundingBox>, IDeepCloneable<NormalizedBoundingBox>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Video Intelligence v1 API class NormalizedBoundingBox.
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 in the Google Cloud Video Intelligence v1 API provides a way to define bounding boxes within an image, using coordinates normalized to a range of 0 to 1."],["The latest version of the `NormalizedBoundingBox` class is 3.4.0, with previous versions available dating back to 2.2.0."],["This class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has properties to set the `Top`, `Bottom`, `Left`, and `Right` coordinates of the bounding box, each represented as a float value."],["The class offers two constructors, one to create an empty box and the other to create a box by copying the values of another `NormalizedBoundingBox`."]]],[]]