MLKitObjectDetectionCommon Çerçeve Referansı
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
MLKObjectLabel
@interface MLKObjectLabel : NSObject
Bir resimde algılanan bir nesneyi tanımlayan etiket.
-
Burada döndürülen metin, kullanılan sınıflandırıcı modeline bağlıdır.
Bildirim
Objective-C
@property (nonatomic, copy, readonly) NSString *_Nonnull text;
-
Bildirim
Objective-C
@property (nonatomic, readonly) NSInteger index;
-
Etiketin algılanan nesne için geçerli olma güveni. Aralığı, kullanılan sınıflandırıcı modeline bağlıdır ancak genel olarak [0, 1] olmalıdır. ObjectDetectorOptions
ile oluşturulan bir ObjectDetector
için aralık [0, 1] olur.
Bildirim
Objective-C
@property (nonatomic, readonly) float confidence;
-
Bildirim
Objective-C
- (nonnull instancetype)init;
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-11-08 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2024-11-08 UTC."],[[["`MLKObjectLabel` provides information about an object detected within an image, including its textual description, index, and confidence score."],["The `text` property describes the detected object, while `index` serves as a unique identifier for the label."],["`confidence` indicates the model's certainty about the label's accuracy, typically ranging from 0 to 1."],["Direct instantiation of `MLKObjectLabel` is prohibited; it is designed for internal use within the ML Kit framework."]]],[]]