MLKitTextRecognition Framework Reference

Stay organized with collections Save and categorize content based on your preferences.

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;