Angle of rotation of the original non-rotated box around the top left corner of the original non-rotated box, in clockwise degrees from the horizontal.
Angle of rotation of the original non-rotated box around the top left corner of the original non-rotated box, in clockwise degrees from the horizontal.
Signature:
angle:number;
BoundingBox.height
The height of the bounding box, in pixels.
Signature:
height:number;
BoundingBox.originX
The X coordinate of the top-left corner, in pixels.
Signature:
originX:number;
BoundingBox.originY
The Y coordinate of the top-left corner, in pixels.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-07 UTC."],[],[],null,["# BoundingBox interface\n\n\u003cbr /\u003e\n\nAn integer bounding box, axis aligned.\n\n**Signature:** \n\n export declare interface BoundingBox \n\nProperties\n----------\n\n| Property | Type | Description |\n|----------------------------------------------------------|--------|---------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [angle](./tasks-vision.boundingbox#boundingboxangle) | number | Angle of rotation of the original non-rotated box around the top left corner of the original non-rotated box, in clockwise degrees from the horizontal. |\n| [height](./tasks-vision.boundingbox#boundingboxheight) | number | The height of the bounding box, in pixels. |\n| [originX](./tasks-vision.boundingbox#boundingboxoriginx) | number | The X coordinate of the top-left corner, in pixels. |\n| [originY](./tasks-vision.boundingbox#boundingboxoriginy) | number | The Y coordinate of the top-left corner, in pixels. |\n| [width](./tasks-vision.boundingbox#boundingboxwidth) | number | The width of the bounding box, in pixels. |\n\nBoundingBox.angle\n-----------------\n\nAngle of rotation of the original non-rotated box around the top left corner of the original non-rotated box, in clockwise degrees from the horizontal.\n\n**Signature:** \n\n angle: number;\n\nBoundingBox.height\n------------------\n\nThe height of the bounding box, in pixels.\n\n**Signature:** \n\n height: number;\n\nBoundingBox.originX\n-------------------\n\nThe X coordinate of the top-left corner, in pixels.\n\n**Signature:** \n\n originX: number;\n\nBoundingBox.originY\n-------------------\n\nThe Y coordinate of the top-left corner, in pixels.\n\n**Signature:** \n\n originY: number;\n\nBoundingBox.width\n-----------------\n\nThe width of the bounding box, in pixels.\n\n**Signature:** \n\n width: number;"]]