[[["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,["# RegionOfInterest interface\n\n\u003cbr /\u003e\n\nA Region-Of-Interest (ROI) to represent a region within an image.\n\n**Signature:** \n\n export declare interface RegionOfInterest \n\nProperties\n----------\n\n| Property | Type | Description |\n|----------------------------------------------------------------------|------------------------|----------------------------------------------------------------------|\n| [keypoint](./tasks-vision.regionofinterest#regionofinterestkeypoint) | NormalizedKeypoint | The ROI in keypoint format. |\n| [scribble](./tasks-vision.regionofinterest#regionofinterestscribble) | NormalizedKeypoint\\[\\] | The ROI as scribbles over the object that the user wants to segment. |\n\nRegionOfInterest.keypoint\n-------------------------\n\nThe ROI in keypoint format.\n\n**Signature:** \n\n keypoint?: NormalizedKeypoint;\n\nRegionOfInterest.scribble\n-------------------------\n\nThe ROI as scribbles over the object that the user wants to segment.\n\n**Signature:** \n\n scribble?: NormalizedKeypoint[];"]]