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.
[null,null,["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"]]