From 3cdb54e29d4291ce42b5130ca2b95e5ef8716da1 Mon Sep 17 00:00:00 2001 From: Prianka Liz Kariat Date: Fri, 6 Jan 2023 13:25:49 +0530 Subject: [PATCH] Update MPPCategory.h --- .../tasks/ios/components/containers/sources/MPPCategory.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mediapipe/tasks/ios/components/containers/sources/MPPCategory.h b/mediapipe/tasks/ios/components/containers/sources/MPPCategory.h index 28e89f249..31725983a 100644 --- a/mediapipe/tasks/ios/components/containers/sources/MPPCategory.h +++ b/mediapipe/tasks/ios/components/containers/sources/MPPCategory.h @@ -17,10 +17,10 @@ NS_ASSUME_NONNULL_BEGIN /** - * Category is a util class that contains a label, its display name, a float value as score, and the - * index of the label in the corresponding label file. Typically it's used as the result of - * classification tasks. - **/ + * Category is a util class that contains a label, its display name, a float value as score, and the + * index of the label in the corresponding label file. Typically it's used as the result of + * classification tasks. + **/ NS_SWIFT_NAME(ClassificationCategory) @interface MPPCategory : NSObject