FirebaseMLVision Framework Reference

VisionTextRecognizedBreak

class VisionTextRecognizedBreak : NSObject

Detected break from text recognition.

  • The recognized text break type.

    Declaration

    Swift

    var type: VisionTextRecognizedBreakType { get }
  • Indicates whether the break prepends the text element. If NO, the break comes after the text element.

    Declaration

    Swift

    var isPrefix: Bool { get }
  • Unavailable.