[[["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\nFaceStylizerResult\n==================\n\n class FaceStylizerResult : ../Classes/TaskResult.html\n\nRepresents the stylized image generated by [FaceStylizer](../Classes/FaceStylizer.html).\n- `\n ``\n ``\n `\n\n ### [stylizedImage](#/c:objc(cs)MPPFaceStylizerResult(py)stylizedImage)\n\n `\n ` \n An [MPImage](../Classes/MPImage.html) representing the stylized image of the most visible face. Empty if no face is\n detected in the input image. \n\n #### Declaration\n\n Swift \n\n var stylizedImage: ../Classes/MPImage.html? { get }\n\n- `\n ``\n ``\n `\n\n ### [init(image:timestampInMilliseconds:)](#/c:objc(cs)MPPFaceStylizerResult(im)initWithImage:timestampInMilliseconds:)\n\n `\n ` \n Initializes a new `FaceStylizerResult` with the given stylized image. \n\n #### Declaration\n\n Swift \n\n init(image: ../Classes/MPImage.html?, timestampInMilliseconds: Int)\n\n #### Parameters\n\n |---------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------|\n | ` `*stylizedImage*` ` | An [MPImage](../Classes/MPImage.html) representing the stylized image of the most visible face. Empty if no face is detected in the input image. |\n | ` `*timestampInMilliseconds*` ` | The timestamp for this result. |\n\n #### Return Value\n\n An instance of `FaceStylizerResult` initialized with the given stylized image and\n timestamp.\n- `\n ``\n ``\n `\n\n ### [-initWithTimestampInMilliseconds:](#/c:objc(cs)MPPFaceStylizerResult(im)initWithTimestampInMilliseconds:)\n\n `\n ` \n Undocumented\n- `\n ``\n ``\n `\n\n ### [-init](#/c:objc(cs)MPPFaceStylizerResult(im)init)\n\n `\n ` \n Undocumented\n- `\n ``\n ``\n `\n\n ### [+new](#/c:objc(cs)MPPFaceStylizerResult(cm)new)\n\n `\n ` \n Undocumented"]]