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-17 UTC."],[[["This page provides documentation for the `NormalizedBoundingBox` class within the Google Cloud Video Intelligence v1 API."],["The `NormalizedBoundingBox` class represents a bounding box with coordinates normalized relative to the original image, ranging from 0 to 1."],["The class provides properties to access the `Top`, `Bottom`, `Left`, and `Right` coordinates of the bounding box, all as float values."],["The `NormalizedBoundingBox` class is available in multiple versions, including the latest version, 3.4.0, with others ranging from version 2.2.0 to 3.3.0."],["The class inherits from the standard object and implements several interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage."]]],[]]