MLKTextRecognizedLanguage
@interface MLKTextRecognizedLanguage : NSObject
Detected language from text recognition.
-
The BCP 47 language tag, such as,
"en-US"
or"sr-Latn"
.Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *languageCode;
-
Unavailable.
Declaration
Objective-C
- (nonnull instancetype)init;