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 এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-12 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-12 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."]]],[]]