From 3d324ecf29ac3bc2a68a0ced8a350c6c31b15187 Mon Sep 17 00:00:00 2001 From: Prianka Liz Kariat Date: Fri, 6 Jan 2023 15:59:00 +0530 Subject: [PATCH] Updated comments --- mediapipe/tasks/ios/components/containers/sources/MPPCategory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediapipe/tasks/ios/components/containers/sources/MPPCategory.h b/mediapipe/tasks/ios/components/containers/sources/MPPCategory.h index 7a760a52b..648725d95 100644 --- a/mediapipe/tasks/ios/components/containers/sources/MPPCategory.h +++ b/mediapipe/tasks/ios/components/containers/sources/MPPCategory.h @@ -25,7 +25,7 @@ NS_SWIFT_NAME(ClassificationCategory) @interface MPPCategory : NSObject /** - * The index of the label in the corresponding label file. It takes the value -1 if the index is + * The index of the label in the corresponding label file. Set to -1 if the index is * not set. **/ @property(nonatomic, readonly) NSInteger index;