Fixed typo in iOS image segmenter Swift delegate name

This commit is contained in:
Prianka Liz Kariat 2023-10-09 17:48:57 +05:30
parent 6c4b4469ae
commit 3a97762569

View File

@ -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