MLKitTextRecognitionCommon 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
-
Recognized text in an image.
Declaration
Objective-C
@interface
MLKText
:
NSObject
-
A text block recognized in an image that consists of an array of text lines.
Declaration
Objective-C
@interface
MLKTextBlock
:
NSObject
-
A text element recognized in an image. A text element is a space-separated segment in a text
line (for example, a word in most Latin-script languages).
Declaration
Objective-C
@interface
MLKTextElement
:
NSObject
-
A text line recognized in an image that consists of an array of elements.
Declaration
Objective-C
@interface
MLKTextLine
:
NSObject
-
Detected language from text recognition.
Declaration
Objective-C
@interface
MLKTextRecognizedLanguage
:
NSObject
-
A text recognizer that recognizes text in an image.
Declaration
Objective-C
@interface
MLKTextRecognizer
:
NSObject
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\u003eThis documentation outlines globally available classes for ML Kit Text Recognition in iOS.\u003c/p\u003e\n"],["\u003cp\u003eThese classes allow developers to process and interact with recognized text from images.\u003c/p\u003e\n"],["\u003cp\u003eThe classes include options for text recognizers, representations of recognized text at various levels (text, block, line, element), and identified languages.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can utilize these classes to extract and manipulate textual information from images within their applications.\u003c/p\u003e\n"]]],[],null,["# MLKitTextRecognitionCommon Framework Reference\n\nClasses\n=======\n\nThe following classes are available globally.\n- `\n ``\n ``\n `\n\n ### [MLKCommonTextRecognizerOptions](/ml-kit/reference/ios/mlkittextrecognitioncommon/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 ### [MLKText](/ml-kit/reference/ios/mlkittextrecognitioncommon/api/reference/Classes/MLKText)\n\n `\n ` \n Recognized text in an image. \n\n #### Declaration\n\n Objective-C \n\n\n @interface MLKText : NSObject\n\n- `\n ``\n ``\n `\n\n ### [MLKTextBlock](/ml-kit/reference/ios/mlkittextrecognitioncommon/api/reference/Classes/MLKTextBlock)\n\n `\n ` \n A text block recognized in an image that consists of an array of text lines. \n\n #### Declaration\n\n Objective-C \n\n\n @interface MLKTextBlock : NSObject\n\n- `\n ``\n ``\n `\n\n ### [MLKTextElement](/ml-kit/reference/ios/mlkittextrecognitioncommon/api/reference/Classes/MLKTextElement)\n\n `\n ` \n A text element recognized in an image. A text element is a space-separated segment in a text\n line (for example, a word in most Latin-script languages). \n\n #### Declaration\n\n Objective-C \n\n\n @interface MLKTextElement : NSObject\n\n- `\n ``\n ``\n `\n\n ### [MLKTextLine](/ml-kit/reference/ios/mlkittextrecognitioncommon/api/reference/Classes/MLKTextLine)\n\n `\n ` \n A text line recognized in an image that consists of an array of elements. \n\n #### Declaration\n\n Objective-C \n\n\n @interface MLKTextLine : NSObject\n\n- `\n ``\n ``\n `\n\n ### [MLKTextRecognizedLanguage](/ml-kit/reference/ios/mlkittextrecognitioncommon/api/reference/Classes/MLKTextRecognizedLanguage)\n\n `\n ` \n Detected language from text recognition. \n\n #### Declaration\n\n Objective-C \n\n\n @interface MLKTextRecognizedLanguage : NSObject\n\n- `\n ``\n ``\n `\n\n ### [MLKTextRecognizer](/ml-kit/reference/ios/mlkittextrecognitioncommon/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"]]