MPPFaceStylizerResult
@interface MPPFaceStylizerResult : MPPTaskResultRepresents the stylized image generated by FaceStylizer.
- 
                  
                  An MPImagerepresenting the stylized image of the most visible face. Empty if no face is detected in the input image.DeclarationObjective-C @property (nonatomic, readonly, nullable) MPPImage *stylizedImage;
- 
                  
                  Initializes a new FaceStylizerResultwith the given stylized image.DeclarationObjective-C - (nonnull instancetype)initWithImage:(nullable MPPImage *)image timestampInMilliseconds:(NSInteger)timestampInMilliseconds;ParametersstylizedImageAn MPImagerepresenting the stylized image of the most visible face. Empty if no face is detected in the input image.timestampInMillisecondsThe timestamp for this result. Return ValueAn instance of FaceStylizerResultinitialized with the given stylized image and timestamp.
- 
                  
                  Undocumented DeclarationObjective-C - (instancetype)initWithTimestampInMilliseconds:(NSInteger)timestampInMilliseconds NS_UNAVAILABLE;
- 
                  
                  Undocumented DeclarationObjective-C - (instancetype)init NS_UNAVAILABLE;
- 
                  
                  Undocumented DeclarationObjective-C + (instancetype)new NS_UNAVAILABLE;