MLKitImageLabeling ফ্রেমওয়ার্ক রেফারেন্স
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
MLKCommonImageLabelerOptions
@interface MLKCommonImageLabelerOptions : NSObject
একটি ইমেজ লেবেলার জন্য বিকল্প.
ইমেজ লেবেলার দ্বারা প্রত্যাবর্তিত লেবেলগুলির জন্য আত্মবিশ্বাসের থ্রেশহোল্ড৷ ইমেজ লেবেলার দ্বারা প্রত্যাবর্তিত লেবেলগুলির আত্মবিশ্বাসের স্তর প্রদত্ত থ্রেশহোল্ডের উচ্চতর বা সমান হবে৷ মানটি অবশ্যই [0, 1] পরিসরে একটি ফ্লোটিং-পয়েন্ট মান হতে হবে। এই সম্পত্তি সেট করার প্রয়োজন নেই. confidenceThreshold
সেট না থাকলে আচরণের বিশদ বিবরণের জন্য, অনুগ্রহ করে সাবক্লাস হেডার ফাইলে ডকুমেন্টেশন দেখুন। ডিফল্ট মান হল nil
।
ঘোষণা
উদ্দেশ্য-C
@property (nonatomic, nullable) NSNumber *confidenceThreshold;
অনুপলব্ধ সাবক্লাসে ক্লাস পদ্ধতি ব্যবহার করুন।
ঘোষণা
উদ্দেশ্য-C
- (nonnull instancetype)init;
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eMLKCommonImageLabelerOptions provides configuration settings for an image labeler, primarily controlling the confidence threshold for label results.\u003c/p\u003e\n"],["\u003cp\u003eThe confidence threshold, ranging from 0 to 1, determines the minimum confidence level required for labels to be returned by the image labeler.\u003c/p\u003e\n"],["\u003cp\u003eWhile the \u003ccode\u003econfidenceThreshold\u003c/code\u003e property is optional, specific behaviors when unset are detailed in subclass documentation; if not explicitly set, it defaults to \u003ccode\u003enil\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eDirect initialization using \u003ccode\u003einit\u003c/code\u003e is unavailable; instead, utilize class methods provided by subclasses to create instances of MLKCommonImageLabelerOptions.\u003c/p\u003e\n"]]],["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"],null,["# MLKitImageLabeling Framework Reference\n\nMLKCommonImageLabelerOptions\n============================\n\n\n @interface MLKCommonImageLabelerOptions : NSObject\n\nOptions for an image labeler.\n- `\n ``\n ``\n `\n\n ### [confidenceThreshold](#/c:objc(cs)MLKCommonImageLabelerOptions(py)confidenceThreshold)\n\n `\n ` \n The confidence threshold for labels returned by the image labeler. Labels returned by the\n image labeler will have a confidence level higher or equal to the given threshold. The value must\n be a floating-point value in the range \\[0, 1\\]. This property does not need to be set. For details\n on behavior if the `confidenceThreshold` is unset, please refer to documentation in subclass\n header files. The default value is `nil`. \n\n #### Declaration\n\n Objective-C \n\n @property (nonatomic, nullable) NSNumber *confidenceThreshold;\n\n- `\n ``\n ``\n `\n\n ### [-init](#/c:objc(cs)MLKCommonImageLabelerOptions(im)init)\n\n `\n ` \n Unavailable. Use the class methods in subclasses. \n\n #### Declaration\n\n Objective-C \n\n - (nonnull instancetype)init;"]]