FaceStylizerResult
class FaceStylizerResult : TaskResultRepresents the stylized image generated by FaceStylizer.
-
Initializes a new
FaceStylizerResultwith the given stylized image.Declaration
Swift
init(image: MPImage?, timestampInMilliseconds: Int)Parameters
stylizedImageAn
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 Value
An instance of
FaceStylizerResultinitialized with the given stylized image and timestamp. -
Undocumented
-
Undocumented
-
Undocumented