From e1dfcf03cf41f0f9519206ea4fa97f255161191f Mon Sep 17 00:00:00 2001 From: Prianka Liz Kariat Date: Thu, 22 Dec 2022 01:12:34 +0530 Subject: [PATCH] Updated comments in MPPClassifierOptions.h --- .../ios/components/processors/sources/MPPClassifierOptions.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mediapipe/tasks/ios/components/processors/sources/MPPClassifierOptions.h b/mediapipe/tasks/ios/components/processors/sources/MPPClassifierOptions.h index 0c22ed9de..371472cab 100644 --- a/mediapipe/tasks/ios/components/processors/sources/MPPClassifierOptions.h +++ b/mediapipe/tasks/ios/components/processors/sources/MPPClassifierOptions.h @@ -30,7 +30,9 @@ NS_SWIFT_NAME(ClassifierOptions) /** Limit to the number of classes that can be returned in results. */ @property(nonatomic) NSInteger maxResults; -/** Results with score threshold greater than this value are returned. */ +/** Score threshold to override the one provided in the model metadata (if any). + * Results below this value are rejected. + */ @property(nonatomic) float scoreThreshold; /** If set, all classes not in this list will be filtered out from the results. */