Updated comments in MPPClassifierOptions.h

This commit is contained in:
Prianka Liz Kariat 2022-12-22 01:12:34 +05:30
parent 66ee8d47c0
commit e1dfcf03cf

View File

@ -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. */