VisionDocumentTextBlockType
enum VisionDocumentTextBlockType : Int@enum VisionDocumentTextBlockType An enum of document text block types.
-
Unknown document text block type.
Declaration
Swift
case unknown = 0 -
Barcode document text block type.
Declaration
Swift
case barcode = 1 -
Image document text block type.
Declaration
Swift
case picture = 2 -
Horizontal/vertical line box document text block type.
Declaration
Swift
case ruler = 3 -
Table document text block type.
Declaration
Swift
case table = 4 -
Regular document text block type.
Declaration
Swift
case text = 5