Fixed typo in iOS image segmenter Swift delegate name
This commit is contained in:
parent
6c4b4469ae
commit
3a97762569
|
@ -30,7 +30,7 @@ NS_ASSUME_NONNULL_BEGIN
|
|||
* The delegate of `ImageSegmenter` must adopt `ImageSegmenterLiveStreamDelegate` protocol.
|
||||
* The methods in this protocol are optional.
|
||||
*/
|
||||
NS_SWIFT_NAME(ObjectDetectorLiveStreamDelegate)
|
||||
NS_SWIFT_NAME(ImageSegmenterLiveStreamDelegate)
|
||||
@protocol MPPImageSegmenterLiveStreamDelegate <NSObject>
|
||||
|
||||
@optional
|
||||
|
|
Loading…
Reference in New Issue
Block a user