[[["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-07-10 UTC."],[],["VisionPoint represents a point within an image, maintaining the original image's scale. It contains two key properties: `x`, the horizontal coordinate, and `y`, the vertical coordinate. Both coordinates are of type `CGFloat`, allowing for precise positioning. The `init` method is unavailable, so points are likely created through other means, rather than direct instantiation.\n"]]