[[["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-10-31 UTC."],[],["The `Subject` class, derived from `Object`, represents a segmented portion of an image. It provides methods to access subject data: `getBitmap()` retrieves the masked bitmap, while `getConfidenceMask()` returns a confidence mask; both can be null if not enabled. `getHeight()` and `getWidth()` return the subject's dimensions, while `getStartX()` and `getStartY()` indicate the subject's position within the original image. It also inherits multiple methods from Object.\n"]]