MLKitTextRecognition Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
Classes
The following classes are available globally.
-
Common options for ML Kit Text Recognizer.
Declaration
Objective-C
@interface
MLKCommonTextRecognizerOptions
:
NSObject
-
A text recognizer that recognizes text in an image.
Declaration
Objective-C
@interface
MLKTextRecognizer
:
NSObject
-
Configurations for a text recognizer for Latin-based languages.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-10 UTC.
[[["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."],[[["\u003cp\u003eML Kit offers a Text Recognizer (\u003ccode\u003eMLKTextRecognizer\u003c/code\u003e) to identify text within images.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMLKTextRecognizerOptions\u003c/code\u003e class provides configuration for Latin-based language text recognition.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMLKCommonTextRecognizerOptions\u003c/code\u003e includes common settings applicable to the Text Recognizer.\u003c/p\u003e\n"]]],["The content details three globally available classes for text recognition: `MLKCommonTextRecognizerOptions`, which provides common options for the ML Kit Text Recognizer; `MLKTextRecognizer`, a class designed to recognize text within an image; and `MLKTextRecognizerOptions`, which offers configurations specifically for text recognizers handling Latin-based languages and extends from `MLKCommonTextRecognizerOptions`. Each class is defined using Objective-C.\n"],null,["# MLKitTextRecognition Framework Reference\n\nClasses\n=======\n\nThe following classes are available globally.\n- `\n ``\n ``\n `\n\n ### [MLKCommonTextRecognizerOptions](/ml-kit/reference/ios/mlkittextrecognition-v2/api/reference/Classes/MLKCommonTextRecognizerOptions)\n\n `\n ` \n Common options for ML Kit Text Recognizer. \n\n #### Declaration\n\n Objective-C \n\n\n @interface MLKCommonTextRecognizerOptions : NSObject\n\n- `\n ``\n ``\n `\n\n ### [MLKTextRecognizer](/ml-kit/reference/ios/mlkittextrecognition-v2/api/reference/Classes/MLKTextRecognizer)\n\n `\n ` \n A text recognizer that recognizes text in an image. \n\n #### Declaration\n\n Objective-C \n\n\n @interface MLKTextRecognizer : NSObject\n\n- `\n ``\n ``\n `\n\n ### [MLKTextRecognizerOptions](/ml-kit/reference/ios/mlkittextrecognition-v2/api/reference/Classes/MLKTextRecognizerOptions)\n\n `\n ` \n Configurations for a text recognizer for Latin-based languages. \n\n #### Declaration\n\n Objective-C \n\n\n @interface MLKTextRecognizerOptions : /ml-kit/reference/ios/mlkittextrecognition-v2/api/reference/Classes/MLKCommonTextRecognizerOptions"]]