MLKitTextRecognitionKorean Framework Reference

  • MLKKoreanTextRecognizerOptions configures a text recognizer specifically designed for Korean and Latin-based languages.

  • It is initialized with default values using the init method.

  • These options inherit from common text recognizer options (MLKCommonTextRecognizerOptions) providing basic configurations.

MLKKoreanTextRecognizerOptions


@interface MLKKoreanTextRecognizerOptions : MLKCommonTextRecognizerOptions

Configurations for a text recognizer for Korean and Latin-based languages.

  • Initializes a KoreanTextRecognizerOptions instance with the default values.

    Declaration

    Objective-C

    - (nonnull instancetype)init;