FirebaseMLVision Framework Reference

FIRVisionDocumentText


@interface FIRVisionDocumentText : NSObject

Recognized document text in an image.

  • String representation of the recognized document text.

    Declaration

    Objective-C

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

    Declaration

    Objective-C

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

    Declaration

    Objective-C

    - (nonnull instancetype)init;