Page Summary
-
Three main classes are globally available:
CommonTextRecognizerOptions,TextRecognizer, andTextRecognizerOptions. -
CommonTextRecognizerOptionsprovides shared settings for text recognition in ML Kit. -
TextRecognizeris the class responsible for identifying and extracting text from images. -
TextRecognizerOptionsoffers configuration options tailored for Latin-based languages, inheriting fromCommonTextRecognizerOptions.
Classes
The following classes are available globally.
-
Common options for ML Kit Text Recognizer.
Declaration
Swift
class CommonTextRecognizerOptions : NSObject -
A text recognizer that recognizes text in an image.
Declaration
Swift
class TextRecognizer : NSObject -
Configurations for a text recognizer for Latin-based languages.
Declaration
Swift
class TextRecognizerOptions : CommonTextRecognizerOptions