VisionTextRecognizedBreakType
enum VisionTextRecognizedBreakType : Int@enum VisionTextRecognizedBreakType An enum of recognized text break types.
-
Unknown break type.
Declaration
Swift
case unknown = 0 -
Line-wrapping break type.
Declaration
Swift
case lineWrap = 1 -
Hyphen break type.
Declaration
Swift
case hyphen = 2 -
Line break that ends a paragraph.
Declaration
Swift
case lineBreak = 3 -
Space break type.
Declaration
Swift
case space = 4 -
Sure space break type.
Declaration
Swift
case sureSpace = 5