MLKitTextRecognition Framework Reference

  • MLKCommonTextRecognizerOptions provides 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 init method directly and instead utilize the initializers available in the subclasses for proper configuration.

MLKCommonTextRecognizerOptions


@interface MLKCommonTextRecognizerOptions : NSObject

Common options for ML Kit Text Recognizer.

  • Unavailable. Use the initializers in subclasses.

    Declaration

    Objective-C

    - (nonnull instancetype)init;