Updated comment in MPPFaceStylizer.h
This commit is contained in:
parent
f45e292488
commit
db11c669c0
|
@ -64,8 +64,8 @@ NS_SWIFT_NAME(FaceStylizer)
|
||||||
* @param image The `MPImage` on which face stylization is to be performed.
|
* @param image The `MPImage` on which face stylization is to be performed.
|
||||||
*
|
*
|
||||||
* @return A `FaceStylizerResult` that contains the stylized image of the most visible face. The
|
* @return A `FaceStylizerResult` that contains the stylized image of the most visible face. The
|
||||||
* stylized output image size is the same as the model output size. The `stylizedImage` of the
|
* returned image is copied. The stylized output image size is the same as the model output
|
||||||
* `FaceStylizerResult` is `nil` if there is no face detected in the imput image.
|
* size. The `stylizedImage` of the `FaceStylizerResult` is `nil` if there is no face detected in the imput image.
|
||||||
* `FaceStylizerResult` is `nil` if there is an error in initializing the face stylizer.
|
* `FaceStylizerResult` is `nil` if there is an error in initializing the face stylizer.
|
||||||
*/
|
*/
|
||||||
- (nullable MPPFaceStylizerResult *)stylizeImage:(MPPImage *)image
|
- (nullable MPPFaceStylizerResult *)stylizeImage:(MPPImage *)image
|
||||||
|
|
Loading…
Reference in New Issue
Block a user