הפניה למסגרת של MLKitImageLabeling
MLKCommonImageLabelerOptions
@interface MLKCommonImageLabelerOptions : NSObject
אפשרויות למתייג התמונות.
-
סף הסמך לתוויות שהוחזרו על ידי מתייג התמונות. תוויות שהוחזרו על ידי
למתייג התמונות תהיה רמת סמך גבוהה או שווה לסף הנתון. הערך צריך להיות
להיות ערך של נקודה צפה (floating-point) בטווח [0, 1]. אין צורך להגדיר את המאפיין הזה. לפרטים
על ההתנהגות אם המדיניות confidenceThreshold
לא מוגדרת, יש לעיין במסמכים במחלקה המשנית
קובצי כותרות. ערך ברירת המחדל הוא nil
.
הצהרה
Objective-C
@property (nonatomic, nullable) NSNumber *confidenceThreshold;
-
לא זמינה. להשתמש בשיטות הכיתה בכיתות משנה.
הצהרה
Objective-C
- (nonnull instancetype)init;
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 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."]]],[]]