MLKitTextRecognitionChinese Framework Reference

  • MLKCommonTextRecognizerOptions provides common configurations for ML Kit Text Recognizer.

  • This class is the base class for more specific text recognition options and should not be directly instantiated.

  • Developers should utilize the initializers found within its subclasses instead of the default initializer.

MLKCommonTextRecognizerOptions


@interface MLKCommonTextRecognizerOptions : NSObject

Common options for ML Kit Text Recognizer.

  • Unavailable. Use the initializers in subclasses.

    Declaration

    Objective-C

    - (nonnull instancetype)init;