BlockType
public enum BlockType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case keyValueSet = "KEY_VALUE_SET" -
Undocumented
Declaration
Swift
case page = "PAGE" -
Undocumented
Declaration
Swift
case line = "LINE" -
Undocumented
Declaration
Swift
case word = "WORD" -
Undocumented
Declaration
Swift
case table = "TABLE" -
Undocumented
Declaration
Swift
case cell = "CELL" -
Undocumented
Declaration
Swift
case selectionElement = "SELECTION_ELEMENT" -
Declaration
Swift
public var description: String { get }
View on GitHub
BlockType Enumeration Reference