The confidence threshold for labels returned by the image labeler. Labels returned by the image
labeler will have a confidence level higher or equal to the given threshold. Values must be in
range [0, 1]. If unset or an invalid value is set, the default threshold of 0.5 is used. There is
no limit on the maximum number of labels returned by an on-device image labeler.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-02-11 UTC."],[],[],null,["# FirebaseMLVision Framework Reference\n\nFIRVisionOnDeviceImageLabelerOptions\n====================================\n\n\n @interface FIRVisionOnDeviceImageLabelerOptions : NSObject\n\nOptions for an on-device image labeler.\n- `\n ``\n ``\n `\n\n ### [confidenceThreshold](#/c:objc(cs)FIRVisionOnDeviceImageLabelerOptions(py)confidenceThreshold)\n\n `\n ` \n The confidence threshold for labels returned by the image labeler. Labels returned by the image\n labeler will have a confidence level higher or equal to the given threshold. Values must be in\n range \\[0, 1\\]. If unset or an invalid value is set, the default threshold of 0.5 is used. There is\n no limit on the maximum number of labels returned by an on-device image labeler. \n\n #### Declaration\n\n Objective-C \n\n @property (nonatomic) float confidenceThreshold;\n\n- `\n ``\n ``\n `\n\n ### [-init](#/c:objc(cs)FIRVisionOnDeviceImageLabelerOptions(im)init)\n\n `\n ` \n Designated initializer that creates a new instance of on-device image labeler options with the\n default values. \n\n #### Declaration\n\n Objective-C \n\n - (nonnull instancetype)init;"]]