Dokumentacja platformy MLKitTextRecognitionCommon
Protokoły
Poniższe protokoły są dostępne na całym świecie.
-
Protokół do wskazywania obrazów zgodnych z ML Kit.
Nie wdrażaj tego protokołu samodzielnie. Zamiast tego użyj MLImage
do utworzenia
MLKitCompatibleImage
Deklaracja
Objective-C
@protocol MLKCompatibleImage <NSObject>
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-09-20 UTC.
[null,null,["Ostatnia aktualizacja: 2024-09-20 UTC."],[[["The `MLKCompatibleImage` protocol signifies images compatible with ML Kit, and developers should utilize `MLImage` for creation instead of direct implementation."],["Developers should not directly implement the `MLKCompatibleImage` protocol but rather use `MLImage` to create compatible images."]]],["The `MLKCompatibleImage` protocol indicates images compatible with ML Kit. It should not be implemented directly. Instead, users should utilize `MLImage` to generate an `MLKitCompatibleImage`. This protocol, declared in Objective-C as `@protocol MLKCompatibleImage \u003cNSObject\u003e`, is globally available and serves as a marker for ML Kit-ready images.\n"]]