AWSTextractBlockType
Objective-C
NS_ENUM(NSInteger, AWSTextractBlockType) {
AWSTextractBlockTypeUnknown,
AWSTextractBlockTypeKeyValueSet,
AWSTextractBlockTypePage,
AWSTextractBlockTypeLine,
AWSTextractBlockTypeWord,
AWSTextractBlockTypeTable,
AWSTextractBlockTypeCell,
AWSTextractBlockTypeSelectionElement,
AWSTextractBlockTypeMergedCell,
AWSTextractBlockTypeTitle,
AWSTextractBlockTypeQuery,
AWSTextractBlockTypeQueryResult,
AWSTextractBlockTypeSignature,
AWSTextractBlockTypeTableTitle,
AWSTextractBlockTypeTableFooter,
AWSTextractBlockTypeLayoutText,
AWSTextractBlockTypeLayoutTitle,
AWSTextractBlockTypeLayoutHeader,
AWSTextractBlockTypeLayoutFooter,
AWSTextractBlockTypeLayoutSectionHeader,
AWSTextractBlockTypeLayoutPageNumber,
AWSTextractBlockTypeLayoutList,
AWSTextractBlockTypeLayoutFigure,
AWSTextractBlockTypeLayoutTable,
AWSTextractBlockTypeLayoutKeyValue,
}
Swift
enum AWSTextractBlockType : Int, @unchecked Sendable
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
-
Undocumented
Declaration
Objective-C
AWSTextractBlockTypeMergedCell
Swift
case mergedCell = 8
-
Undocumented
Declaration
Objective-C
AWSTextractBlockTypeTitle
Swift
case title = 9
-
Undocumented
Declaration
Objective-C
AWSTextractBlockTypeQuery
Swift
case query = 10
-
Undocumented
Declaration
Objective-C
AWSTextractBlockTypeQueryResult
Swift
case queryResult = 11
-
Undocumented
Declaration
Objective-C
AWSTextractBlockTypeSignature
Swift
case signature = 12
-
Undocumented
Declaration
Objective-C
AWSTextractBlockTypeTableTitle
Swift
case tableTitle = 13
-
Undocumented
Declaration
Objective-C
AWSTextractBlockTypeTableFooter
Swift
case tableFooter = 14
-
Undocumented
Declaration
Objective-C
AWSTextractBlockTypeLayoutText
Swift
case layoutText = 15
-
Undocumented
Declaration
Objective-C
AWSTextractBlockTypeLayoutTitle
Swift
case layoutTitle = 16
-
Undocumented
Declaration
Objective-C
AWSTextractBlockTypeLayoutHeader
Swift
case layoutHeader = 17
-
Undocumented
Declaration
Objective-C
AWSTextractBlockTypeLayoutFooter
Swift
case layoutFooter = 18
-
Undocumented
Declaration
Objective-C
AWSTextractBlockTypeLayoutSectionHeader
Swift
case layoutSectionHeader = 19
-
Undocumented
Declaration
Objective-C
AWSTextractBlockTypeLayoutPageNumber
Swift
case layoutPageNumber = 20
-
Undocumented
Declaration
Objective-C
AWSTextractBlockTypeLayoutList
Swift
case layoutList = 21
-
Undocumented
Declaration
Objective-C
AWSTextractBlockTypeLayoutFigure
Swift
case layoutFigure = 22
-
Undocumented
Declaration
Objective-C
AWSTextractBlockTypeLayoutTable
Swift
case layoutTable = 23
-
Undocumented
Declaration
Objective-C
AWSTextractBlockTypeLayoutKeyValue
Swift
case layoutKeyValue = 24