Fixed swift name of iOS face landmarker delegate
This commit is contained in:
parent
3198ccf6a5
commit
540f4f7fe6
|
@ -30,7 +30,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||||
* The delegate of `MPPFaceLandmarker` must adopt `MPPFaceLandmarkerLiveStreamDelegate` protocol.
|
* The delegate of `MPPFaceLandmarker` must adopt `MPPFaceLandmarkerLiveStreamDelegate` protocol.
|
||||||
* The methods in this protocol are optional.
|
* The methods in this protocol are optional.
|
||||||
*/
|
*/
|
||||||
NS_SWIFT_NAME(FaceDetectorLiveStreamDelegate)
|
NS_SWIFT_NAME(FaceLandmarkerLiveStreamDelegate)
|
||||||
@protocol MPPFaceLandmarkerLiveStreamDelegate <NSObject>
|
@protocol MPPFaceLandmarkerLiveStreamDelegate <NSObject>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue
Block a user