MLKitTextRecognitionKorean Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
ML Kit offers two main classes for text recognition: MLKCommonTextRecognizerOptions and MLKKoreanTextRecognizerOptions.
MLKCommonTextRecognizerOptions provides common configurations for the Text Recognizer.
MLKKoreanTextRecognizerOptions, inheriting from MLKCommonTextRecognizerOptions, is specifically designed for recognizing Korean and Latin-based languages.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-10 UTC."],[],["The provided content details two globally available classes for ML Kit Text Recognizer. `MLKCommonTextRecognizerOptions` offers common options for the text recognizer. `MLKKoreanTextRecognizerOptions` provides configurations specifically for recognizing text in Korean and Latin-based languages. The latter class inherits from `MLKCommonTextRecognizerOptions`. Both class definitions are presented in Objective-C, using an `@interface` declaration.\n"]]