MLKitTextRecognitionCommon Framework Reference

MLKTextRecognizedLanguage


@interface MLKTextRecognizedLanguage : NSObject

Detected 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;