From 8aaabe4a022f1d0c7fae4d13d06c80ab18400b41 Mon Sep 17 00:00:00 2001 From: Prianka Liz Kariat Date: Fri, 3 Mar 2023 11:18:36 +0530 Subject: [PATCH] Updated comments in MPPVisionTaskRunner --- .../ios/vision/core/sources/MPPVisionTaskRunner.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/mediapipe/tasks/ios/vision/core/sources/MPPVisionTaskRunner.h b/mediapipe/tasks/ios/vision/core/sources/MPPVisionTaskRunner.h index 99787222e..007d4f648 100644 --- a/mediapipe/tasks/ios/vision/core/sources/MPPVisionTaskRunner.h +++ b/mediapipe/tasks/ios/vision/core/sources/MPPVisionTaskRunner.h @@ -70,8 +70,8 @@ NS_ASSUME_NONNULL_BEGIN * @param imageOrientation A `UIImageOrientation` indicating the rotation to be applied to the * image. The resulting `NormalizedRect` will convert the `imageOrientation` to degrees clockwise. * @param roiAllowed Indicates if the `roi` field is allowed to be a value other than `CGRectZero`. - * @param error Pointer to the memory location where errors if any should be - * saved. If @c NULL, no error will be saved. + * @param error Pointer to the memory location where errors if any should be saved. If @c NULL, no + * error will be saved. * * @return An optional `NormalizedRect` from the given region of interest and image orientation. */ @@ -100,8 +100,8 @@ NS_ASSUME_NONNULL_BEGIN * blocks the current thread until a failure status or a successful result is returned. * * @param packetMap A `PackeMap` containing pairs of input stream name and data packet. - * @param error Pointer to the memory location where errors if any should be - * saved. If @c NULL, no error will be saved. + * @param error Pointer to the memory location where errors if any should be saved. If @c NULL, no + * error will be saved. * * @return An optional `PacketMap` containing pairs of output stream name and data packet. */ @@ -116,8 +116,8 @@ NS_ASSUME_NONNULL_BEGIN * `MPPVisionTaskRunner`. * * @param packetMap A `PackeMap` containing pairs of input stream name and data packet. - * @param error Pointer to the memory location where errors if any should be - * saved. If @c NULL, no error will be saved. + * @param error Pointer to the memory location where errors if any should be saved. If @c NULL, no + * error will be saved. * * @return A `BOOL` indicating if the live stream data was sent to the C++ task runner successfully. * Please note that any errors during processing of the live stream packet will only be available in