Updated comments
This commit is contained in:
parent
54d36dfeda
commit
673b38dfe8
|
@ -28,7 +28,9 @@ NS_SWIFT_NAME(ClassifierOptions)
|
||||||
/** If set, all classes not in this list will be filtered out from the results. */
|
/** If set, all classes not in this list will be filtered out from the results. */
|
||||||
@property(nonatomic, copy) NSArray<NSString *> *labelAllowList;
|
@property(nonatomic, copy) NSArray<NSString *> *labelAllowList;
|
||||||
|
|
||||||
/** Display names local for display names*/
|
/** The locale to use for display names specified through the TFLite Model
|
||||||
|
* Metadata, if any. Defaults to English.
|
||||||
|
*/
|
||||||
@property(nonatomic, copy) NSString *displayNamesLocale;
|
@property(nonatomic, copy) NSString *displayNamesLocale;
|
||||||
|
|
||||||
/** Results with score threshold greater than this value are returned. */
|
/** Results with score threshold greater than this value are returned. */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user