MLKitTextRecognitionDevanagari Framework Reference

  • MLKCommonTextRecognizerOptions provides common configurations for ML Kit Text Recognizer.

  • It serves as a base class and should not be initialized directly; instead, use initializers provided by its subclasses.

  • Developers should utilize the designated initializers within the subclasses of MLKCommonTextRecognizerOptions to configure the text recognition process.

MLKCommonTextRecognizerOptions


@interface MLKCommonTextRecognizerOptions : NSObject

Common options for ML Kit Text Recognizer.

  • Unavailable. Use the initializers in subclasses.

    Declaration

    Objective-C

    - (nonnull instancetype)init;