[[["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-08 UTC."],[],[],null,["# MediaPipeTasksVision Framework Reference\n\nFaceLandmarkerResult\n====================\n\n class FaceLandmarkerResult : ../Classes/TaskResult.html\n\nRepresents the detection results generated by [FaceLandmarker](../Classes/FaceLandmarker.html).\n- `\n ``\n ``\n `\n\n ### [faceLandmarks](#/c:objc(cs)MPPFaceLandmarkerResult(py)faceLandmarks)\n\n `\n ` \n Detected face landmarks in normalized image coordinates. \n\n #### Declaration\n\n Swift \n\n var faceLandmarks: [[../Classes/NormalizedLandmark.html]] { get }\n\n- `\n ``\n ``\n `\n\n ### [faceBlendshapes](#/c:objc(cs)MPPFaceLandmarkerResult(py)faceBlendshapes)\n\n `\n ` \n Face blendshapes results. Defaults to an empty array if not enabled. \n\n #### Declaration\n\n Swift \n\n var faceBlendshapes: [../Classes/Classifications.html] { get }\n\n- `\n ``\n ``\n `\n\n ### [facialTransformationMatrixes](#/c:objc(cs)MPPFaceLandmarkerResult(py)facialTransformationMatrixes)\n\n `\n ` \n Facial transformation 4x4 matrices. Defaults to an empty array if not enabled. \n\n #### Declaration\n\n Swift \n\n var facialTransformationMatrixes: [../Classes/TransformMatrix.html] { get }\n\n- `\n ``\n ``\n `\n\n ### [init(faceLandmarks:faceBlendshapes:facialTransformationMatrixes:timestampInMilliseconds:)](#/c:objc(cs)MPPFaceLandmarkerResult(im)initWithFaceLandmarks:faceBlendshapes:facialTransformationMatrixes:timestampInMilliseconds:)\n\n `\n ` \n Initializes a new `FaceLandmarkerResult` with the given array of landmarks, blendshapes,\n facialTransformationMatrixes and timestamp (in milliseconds). \n\n #### Declaration\n\n Swift \n\n init(faceLandmarks: [[../Classes/NormalizedLandmark.html]], faceBlendshapes: [../Classes/Classifications.html], facialTransformationMatrixes: [../Classes/TransformMatrix.html], timestampInMilliseconds: Int)\n\n #### Parameters\n\n |--------------------------------------|-------------------------------------------------------------------------------|\n | ` `*faceLandmarks*` ` | An array of [NormalizedLandmark](../Classes/NormalizedLandmark.html) objects. |\n | ` `*faceBlendshapes*` ` | An array of [Classifications](../Classes/Classifications.html) objects. |\n | ` `*facialTransformationMatrixes*` ` | An array of flattended matrices. |\n | ` `*timestampInMilliseconds*` ` | The timestamp (in milliseconds) for this result. |\n\n #### Return Value\n\n An instance of `FaceLandmarkerResult` initialized with the given array of detections and\n timestamp (in milliseconds).\n- `\n ``\n ``\n `\n\n ### [-initWithTimestampInMilliseconds:](#/c:objc(cs)MPPFaceLandmarkerResult(im)initWithTimestampInMilliseconds:)\n\n `\n ` \n Undocumented\n- `\n ``\n ``\n `\n\n ### [-init](#/c:objc(cs)MPPFaceLandmarkerResult(im)init)\n\n `\n ` \n Undocumented\n- `\n ``\n ``\n `\n\n ### [+new](#/c:objc(cs)MPPFaceLandmarkerResult(cm)new)\n\n `\n ` \n Undocumented"]]