MLKitTextRecognitionCommon Framework Reference

  • MLKCommonTextRecognizerOptions provides common configurations for ML Kit Text Recognizer.

  • It is an abstract class; developers should utilize the initializers within its subclasses, not this base class directly.

  • The Objective-C declaration shows a designated initializer that is unavailable and should not be used.

MLKCommonTextRecognizerOptions


@interface MLKCommonTextRecognizerOptions : NSObject

Common options for ML Kit Text Recognizer.

  • Unavailable. Use the initializers in subclasses.

    Declaration

    Objective-C

    - (nonnull instancetype)init;