Initializes an ImageLabelerOptions instance with the confidenceThreshold property
set to nil. If it remains unset, a default confidence threshold value of 0.5 will be used.
[[["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 2024-07-10 UTC."],[],["The `ImageLabelerOptions` class provides configuration for image labeling. It's initialized using `init()`, setting the `confidenceThreshold` property to `nil`. If the `confidenceThreshold` remains unset after initialization, the system uses a default confidence threshold of `0.5` during the image labeling process. This class allows for controlling the minimum confidence level needed for a label to be considered valid.\n"]]