FirebaseMLVision Framework Reference

VisionText

class VisionText : NSObject

Recognized text in an image.

  • String representation of the recognized text.

    Declaration

    Swift

    var text: String { get }
  • An array of blocks recognized in the text.

    Declaration

    Swift

    var blocks: [FIRVisionTextBlock] { get }
  • Unavailable.