Dokumentacja platformy MLKitImageLabeling
MLKCommonImageLabelerOptions
@interface MLKCommonImageLabelerOptions : NSObject
Opcje osoby oznaczającej obrazy.
-
Próg ufności etykiet zwróconych przez osobę oznaczającą obrazy. Etykiety zwrócone przez funkcję
osoba oznaczająca obrazy będą miały poziom ufności wyższy lub równy podanemu prógowi. Wartość musi
być wartością zmiennoprzecinkową w zakresie [0, 1]. Tej właściwości nie trzeba konfigurować. Więcej informacji
dotyczące zachowania, jeśli confidenceThreshold
jest nieskonfigurowana, zapoznaj się z dokumentacją w podklasie
. Wartością domyślną jest nil
.
Deklaracja
Objective-C
@property (nonatomic, nullable) NSNumber *confidenceThreshold;
-
Niedostępne. Używaj metod klasy w podklasach.
Deklaracja
Objective-C
- (nonnull instancetype)init;
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-08-21 UTC.
[null,null,["Ostatnia aktualizacja: 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."]]],[]]