[[["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 2021-02-11 UTC."],[],[],null,["# FirebaseMLVision Framework Reference\n\nFIRVisionPoint\n==============\n\n\n @interface FIRVisionPoint : NSObject\n\nA 2D or 3D point in the image. A valid point must have both x and y coordinates. The point's\ncoordinates are in the same scale as the original image.\n- `\n ``\n ``\n `\n\n ### [x](#/c:objc(cs)FIRVisionPoint(py)x)\n\n `\n ` \n X coordinate. The value is float. \n\n #### Declaration\n\n Objective-C \n\n @property (nonatomic, readonly) NSNumber *_Nonnull x;\n\n- `\n ``\n ``\n `\n\n ### [y](#/c:objc(cs)FIRVisionPoint(py)y)\n\n `\n ` \n Y coordinate. The value is float. \n\n #### Declaration\n\n Objective-C \n\n @property (nonatomic, readonly) NSNumber *_Nonnull y;\n\n- `\n ``\n ``\n `\n\n ### [z](#/c:objc(cs)FIRVisionPoint(py)z)\n\n `\n ` \n Z coordinate (or depth). The value is float. Z is nil if it is a 2D point. \n\n #### Declaration\n\n Objective-C \n\n @property (nonatomic, readonly, nullable) NSNumber *z;\n\n- `\n ``\n ``\n `\n\n ### [-init](#/c:objc(cs)FIRVisionPoint(im)init)\n\n `\n ` \n Unavailable. \n\n #### Declaration\n\n Objective-C \n\n - (nonnull instancetype)init;"]]