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-04-09 UTC."],[[["This document provides reference information for the `NormalizedBoundingBox` class within the Google Cloud Video Intelligence v1 API, specifically version 3.2.0, with links to other versions as well."],["`NormalizedBoundingBox` represents a bounding box with normalized vertex coordinates relative to the original image, with values ranging from 0 to 1."],["The class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties for the top, bottom, left, and right coordinates of the bounding box, all represented as float values."],["The class contains two constructors: a parameterless `NormalizedBoundingBox()` and a `NormalizedBoundingBox(NormalizedBoundingBox other)` that takes another instance of the class as a parameter."]]],[]]