From fa30100059330e9498469e4ca5065686a2079ee7 Mon Sep 17 00:00:00 2001 From: Prianka Liz Kariat Date: Fri, 13 Jan 2023 21:04:17 +0530 Subject: [PATCH] Changed swift name of MPPCategory --- 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 d05cfe13b..f360d46da 100644 --- a/mediapipe/tasks/ios/components/containers/sources/MPPCategory.h +++ b/mediapipe/tasks/ios/components/containers/sources/MPPCategory.h @@ -21,7 +21,7 @@ NS_ASSUME_NONNULL_BEGIN * index of the label in the corresponding label file. Typically it's used as the result of * classification tasks. */ -NS_SWIFT_NAME(ClassificationCategory) +NS_SWIFT_NAME(ResultCategory) @interface MPPCategory : NSObject /**