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-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eNormalizedBoundingBox\u003c/code\u003e 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.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eNormalizedBoundingBox\u003c/code\u003e class is 3.4.0, with previous versions available dating back to 2.2.0.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt has properties to set the \u003ccode\u003eTop\u003c/code\u003e, \u003ccode\u003eBottom\u003c/code\u003e, \u003ccode\u003eLeft\u003c/code\u003e, and \u003ccode\u003eRight\u003c/code\u003e coordinates of the bounding box, each represented as a float value.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors, one to create an empty box and the other to create a box by copying the values of another \u003ccode\u003eNormalizedBoundingBox\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]