Reference documentation and code samples for the Cloud Video Intelligence V1p3beta1 API class Google::Cloud::VideoIntelligence::V1p3beta1::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-09-03 UTC."],[],[],null,["# Cloud Video Intelligence V1p3beta1 API - Class Google::Cloud::VideoIntelligence::V1p3beta1::NormalizedBoundingBox (v0.10.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.10.0 (latest)](/ruby/docs/reference/google-cloud-video_intelligence-v1p3beta1/latest/Google-Cloud-VideoIntelligence-V1p3beta1-NormalizedBoundingBox)\n- [0.9.1](/ruby/docs/reference/google-cloud-video_intelligence-v1p3beta1/0.9.1/Google-Cloud-VideoIntelligence-V1p3beta1-NormalizedBoundingBox)\n- [0.8.0](/ruby/docs/reference/google-cloud-video_intelligence-v1p3beta1/0.8.0/Google-Cloud-VideoIntelligence-V1p3beta1-NormalizedBoundingBox)\n- [0.7.2](/ruby/docs/reference/google-cloud-video_intelligence-v1p3beta1/0.7.2/Google-Cloud-VideoIntelligence-V1p3beta1-NormalizedBoundingBox)\n- [0.6.2](/ruby/docs/reference/google-cloud-video_intelligence-v1p3beta1/0.6.2/Google-Cloud-VideoIntelligence-V1p3beta1-NormalizedBoundingBox)\n- [0.5.0](/ruby/docs/reference/google-cloud-video_intelligence-v1p3beta1/0.5.0/Google-Cloud-VideoIntelligence-V1p3beta1-NormalizedBoundingBox)\n- [0.4.1](/ruby/docs/reference/google-cloud-video_intelligence-v1p3beta1/0.4.1/Google-Cloud-VideoIntelligence-V1p3beta1-NormalizedBoundingBox)\n- [0.3.0](/ruby/docs/reference/google-cloud-video_intelligence-v1p3beta1/0.3.0/Google-Cloud-VideoIntelligence-V1p3beta1-NormalizedBoundingBox)\n- [0.2.0](/ruby/docs/reference/google-cloud-video_intelligence-v1p3beta1/0.2.0/Google-Cloud-VideoIntelligence-V1p3beta1-NormalizedBoundingBox)\n- [0.1.2](/ruby/docs/reference/google-cloud-video_intelligence-v1p3beta1/0.1.2/Google-Cloud-VideoIntelligence-V1p3beta1-NormalizedBoundingBox) \nReference documentation and code samples for the Cloud Video Intelligence V1p3beta1 API class Google::Cloud::VideoIntelligence::V1p3beta1::NormalizedBoundingBox.\n\nNormalized bounding box.\nThe normalized vertex coordinates are relative to the original image.\nRange: \\[0, 1\\]. \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #bottom\n\n def bottom() -\u003e ::Float\n\n**Returns**\n\n- (::Float) --- Bottom Y coordinate.\n\n### #bottom=\n\n def bottom=(value) -\u003e ::Float\n\n**Parameter**\n\n- **value** (::Float) --- Bottom Y coordinate. \n**Returns**\n\n- (::Float) --- Bottom Y coordinate.\n\n### #left\n\n def left() -\u003e ::Float\n\n**Returns**\n\n- (::Float) --- Left X coordinate.\n\n### #left=\n\n def left=(value) -\u003e ::Float\n\n**Parameter**\n\n- **value** (::Float) --- Left X coordinate. \n**Returns**\n\n- (::Float) --- Left X coordinate.\n\n### #right\n\n def right() -\u003e ::Float\n\n**Returns**\n\n- (::Float) --- Right X coordinate.\n\n### #right=\n\n def right=(value) -\u003e ::Float\n\n**Parameter**\n\n- **value** (::Float) --- Right X coordinate. \n**Returns**\n\n- (::Float) --- Right X coordinate.\n\n### #top\n\n def top() -\u003e ::Float\n\n**Returns**\n\n- (::Float) --- Top Y coordinate.\n\n### #top=\n\n def top=(value) -\u003e ::Float\n\n**Parameter**\n\n- **value** (::Float) --- Top Y coordinate. \n**Returns**\n\n- (::Float) --- Top Y coordinate."]]