FIRVisionTextRecognizedLanguage
@interface FIRVisionTextRecognizedLanguage : NSObject
Detected language from text recognition.
-
The BCP-47 language code, such as, “en-US” or “sr-Latn”. For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *languageCode;
-
Unavailable.
Declaration
Objective-C
- (nonnull instancetype)init;