FirebaseMLVision Framework Reference

FIRVisionTextRecognizedBreak


@interface FIRVisionTextRecognizedBreak : NSObject

Detected break from text recognition.

  • The recognized text break type.

    Declaration

    Objective-C

    @property (nonatomic, readonly) FIRVisionTextRecognizedBreakType type;
  • Indicates whether the break prepends the text element. If NO, the break comes after the text element.

    Declaration

    Objective-C

    @property (nonatomic, readonly) BOOL isPrefix;
  • Unavailable.

    Declaration

    Objective-C

    - (nonnull instancetype)init;