مرجع إطار عمل MLKitImageLabelingCommon
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
MLKImageLabel
@interface MLKImageLabel : NSObject
تمثّل تصنيفًا لصورة.
-
تمثل هذه السمة نص التصنيف الذي يعرضه نموذج المُصنِّف.
بيان
Objective-C
@property (nonatomic, copy, readonly) NSString *_Nonnull text;
-
بيان
Objective-C
@property (nonatomic, readonly) NSInteger index;
-
تمثّل هذه السمة ثقة التصنيف. ويعتمد نطاقه على نموذج المُصنِّف المستخدم، ولكن حسب الاصطلاح
يجب أن تكون [0، 1]. بالنسبة إلى ImageLabeler
تم إنشاؤه باستخدام ImageLabelerOptions
، يكون النطاق [0،
1].
بيان
Objective-C
@property (nonatomic, readonly) float confidence;
-
بيان
Objective-C
- (nonnull instancetype)init;
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-09-20 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","easyToUnderstand","thumb-up"],["ساعَدني المحتوى في حلّ مشكلتي.","solvedMyProblem","thumb-up"],["غير ذلك","otherUp","thumb-up"]],[["لا يحتوي على المعلومات التي أحتاج إليها.","missingTheInformationINeed","thumb-down"],["الخطوات معقدة للغاية / كثيرة جدًا.","tooComplicatedTooManySteps","thumb-down"],["المحتوى قديم.","outOfDate","thumb-down"],["ثمة مشكلة في الترجمة.","translationIssue","thumb-down"],["مشكلة في العيّنات / التعليمات البرمجية","samplesCodeIssue","thumb-down"],["غير ذلك","otherDown","thumb-down"]],["تاريخ التعديل الأخير: 2024-09-20 (حسب التوقيت العالمي المتفَّق عليه)"],[[["`MLKImageLabel` represents a label detected in an image, providing information about the identified object."],["Each label includes the text of the label, an index, and a confidence score indicating the model's certainty."],["The confidence score, ranging from 0 to 1, reflects the likelihood of the label being accurate."],["`MLKImageLabel` is immutable, and its properties provide read-only access to the label's text, index, and confidence."]]],[]]