AWSTextractBlockType
Objective-C
NS_ENUM(NSInteger, AWSTextractBlockType) {
AWSTextractBlockTypeUnknown,
AWSTextractBlockTypeKeyValueSet,
AWSTextractBlockTypePage,
AWSTextractBlockTypeLine,
AWSTextractBlockTypeWord,
AWSTextractBlockTypeTable,
AWSTextractBlockTypeCell,
AWSTextractBlockTypeSelectionElement,
}
Swift
enum AWSTextractBlockType : Int
Undocumented
-
Undocumented
Declaration
Objective-C
AWSTextractBlockTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSTextractBlockTypeKeyValueSet
Swift
case keyValueSet = 1
-
Undocumented
Declaration
Objective-C
AWSTextractBlockTypePage
Swift
case page = 2
-
Undocumented
Declaration
Objective-C
AWSTextractBlockTypeLine
Swift
case line = 3
-
Undocumented
Declaration
Objective-C
AWSTextractBlockTypeWord
Swift
case word = 4
-
Undocumented
Declaration
Objective-C
AWSTextractBlockTypeTable
Swift
case table = 5
-
Undocumented
Declaration
Objective-C
AWSTextractBlockTypeCell
Swift
case cell = 6
-
Undocumented
Declaration
Objective-C
AWSTextractBlockTypeSelectionElement
Swift
case selectionElement = 7