MLKitImageLabeling फ़्रेमवर्क रेफ़रंस
MLKCommonImageLabelerOptions
@interface MLKCommonImageLabelerOptions : NSObject
इमेज लेबल करने के विकल्प.
-
इमेज लेबल करने वाले से मिले लेबल के लिए कॉन्फ़िडेंस थ्रेशोल्ड. लेबल
इमेज लेबल करने वाले का कॉन्फ़िडेंस लेवल, दिए गए थ्रेशोल्ड से ज़्यादा या उसके बराबर होगा. वैल्यू में
[0, 1] की रेंज में फ़्लोटिंग-पॉइंट वैल्यू होनी चाहिए. इस प्रॉपर्टी को सेट करने की ज़रूरत नहीं है. विवरण के लिए
अगर confidenceThreshold
सेट नहीं है, तो कृपया सब-क्लास के दस्तावेज़ देखें
हेडर फ़ाइलें हैं. डिफ़ॉल्ट वैल्यू nil
है.
एलान
Objective-C
@property (nonatomic, nullable) NSNumber *confidenceThreshold;
-
उपलब्ध नहीं हैं. सब-क्लास में क्लास के तरीकों का इस्तेमाल करें.
एलान
Objective-C
- (nonnull instancetype)init;
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-08-21 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-08-21 (UTC) को अपडेट किया गया."],[[["MLKCommonImageLabelerOptions provides configuration settings for an image labeler, primarily controlling the confidence threshold for label results."],["The confidence threshold, ranging from 0 to 1, determines the minimum confidence level required for labels to be returned by the image labeler."],["While the `confidenceThreshold` property is optional, specific behaviors when unset are detailed in subclass documentation; if not explicitly set, it defaults to `nil`."],["Direct initialization using `init` is unavailable; instead, utilize class methods provided by subclasses to create instances of MLKCommonImageLabelerOptions."]]],["The `MLKCommonImageLabelerOptions` class configures an image labeler. Key information includes the `confidenceThreshold` property, which filters returned labels based on a minimum confidence level (ranging from 0 to 1). If unset, behavior defaults are defined in subclass headers. The class initializer `-init` is unavailable, requiring use of class methods in subclasses for object creation. This configuration allows control over the confidence required for labels.\n"]]