From db732e2913c2f771aa8409475a6187488bd0e13d Mon Sep 17 00:00:00 2001 From: Prianka Liz Kariat Date: Mon, 8 May 2023 16:57:17 +0530 Subject: [PATCH] Updated formatting in MPPImageClassifierOptions --- .../image_classifier/sources/MPPImageClassifierOptions.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mediapipe/tasks/ios/vision/image_classifier/sources/MPPImageClassifierOptions.h b/mediapipe/tasks/ios/vision/image_classifier/sources/MPPImageClassifierOptions.h index fc76560c2..058c21aed 100644 --- a/mediapipe/tasks/ios/vision/image_classifier/sources/MPPImageClassifierOptions.h +++ b/mediapipe/tasks/ios/vision/image_classifier/sources/MPPImageClassifierOptions.h @@ -24,8 +24,8 @@ NS_ASSUME_NONNULL_BEGIN /** * This protocol defines an interface for the delegates of `MPPImageClassifier` object to receive - * results of asynchronous classification of images - * (i.e, when `runningMode = MPPRunningModeLiveStream`). + * results of asynchronous classification of images (i.e, when `runningMode = + * MPPRunningModeLiveStream`). * * The delegate of `MPPImageClassifier` must adopt `MPPImageClassifierLiveStreamDelegate` protocol. * The methods in this protocol are optional. @@ -48,7 +48,6 @@ NS_SWIFT_NAME(ImageClassifierLiveStreamDelegate) * image was sent to the image classifier. * @param error An optional error parameter populated when there is an error in performing image * classification on the input live stream image data. - * */ - (void)imageClassifier:(MPPImageClassifier *)imageClassifier didFinishClassificationWithResult:(nullable MPPImageClassifierResult *)result