Page Summary
-
MLKTextRecognizedLanguageprovides the detected language from text recognition. -
Language is identified by
languageCodewhich can be a two-letter (ISO 639-1), three-letter (ISO 639-2), or Google-specific code. -
The
initmethod is unavailable for direct instantiation.
MLKTextRecognizedLanguage
@interface MLKTextRecognizedLanguage : NSObjectDetected language from text recognition.
-
The ISO 639-1 two-letter language code if that is defined (e.g. “en”), or else the ISO 639-2 three-letter code if that is defined, or else a Google-specific code.
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *languageCode; -
Unavailable.
Declaration
Objective-C
- (nonnull instancetype)init;