FirebaseMLVision Framework Reference

FIRVisionText


@interface FIRVisionText : NSObject

Recognized text in an image.

  • String representation of the recognized text.

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSString *_Nonnull text;
  • An array of blocks recognized in the text.

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSArray<FIRVisionTextBlock *> *_Nonnull blocks;
  • Unavailable.

    Declaration

    Objective-C

    - (nonnull instancetype)init;