Page Summary
-
MLKCommonTextRecognizerOptionsprovides common configurations for ML Kit Text Recognizer. -
This class acts as a base and should be initialized using its subclasses, offering specific functionalities.
-
Developers should avoid using the
initmethod directly and instead utilize the initializers available in the subclasses for proper configuration.
MLKCommonTextRecognizerOptions
@interface MLKCommonTextRecognizerOptions : NSObjectCommon options for ML Kit Text Recognizer.
-
Unavailable. Use the initializers in subclasses.
Declaration
Objective-C
- (nonnull instancetype)init;