MLKitTextRecognition Framework Reference
Type Definitions
The following type definitions are available globally.
-
The callback to invoke when the text recognition completes.
Declaration
Objective-C
typedef void (^MLKTextRecognitionCallback)(MLKText *_Nullable,
NSError *_Nullable)
Parameters
text
|
Recognized Text in the image or nil if there was an error.
|
error
|
|
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.
[null,null,["Last updated 2024-07-10 UTC."],[[["`MLKTextRecognitionCallback` is a global type definition used as a callback function."],["It is invoked upon completion of text recognition, providing recognized text (`MLKText`) or an error (`NSError`)."],["The callback includes parameters for the recognized text and any potential errors encountered during the process."]]],[]]