Updated comments

This commit is contained in:
Prianka Liz Kariat 2022-12-22 02:01:04 +05:30
parent 20c3388ab6
commit b4a7644428

View File

@ -27,7 +27,10 @@ NS_SWIFT_NAME(ClassifierOptions)
*/ */
@property(nonatomic, copy) NSString *displayNamesLocale; @property(nonatomic, copy) NSString *displayNamesLocale;
/** Limit to the number of classes that can be returned in results. */ /** The maximum number of top-scored classification results to return. If < 0,
* all available results will be returned. If 0, an invalid argument error is
* returned.
*/
@property(nonatomic) NSInteger maxResults; @property(nonatomic) NSInteger maxResults;
/** Score threshold to override the one provided in the model metadata (if any). /** Score threshold to override the one provided in the model metadata (if any).