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
AWSTextractBlockTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSTextractBlockTypeKeyValueSetSwift
case keyValueSet = 1 -
Undocumented
Declaration
Objective-C
AWSTextractBlockTypePageSwift
case page = 2 -
Undocumented
Declaration
Objective-C
AWSTextractBlockTypeLineSwift
case line = 3 -
Undocumented
Declaration
Objective-C
AWSTextractBlockTypeWordSwift
case word = 4 -
Undocumented
Declaration
Objective-C
AWSTextractBlockTypeTableSwift
case table = 5 -
Undocumented
Declaration
Objective-C
AWSTextractBlockTypeCellSwift
case cell = 6 -
Undocumented
Declaration
Objective-C
AWSTextractBlockTypeSelectionElementSwift
case selectionElement = 7 -
Undocumented
Declaration
Objective-C
AWSTextractBlockTypeMergedCellSwift
case mergedCell = 8 -
Undocumented
Declaration
Objective-C
AWSTextractBlockTypeTitleSwift
case title = 9 -
Undocumented
Declaration
Objective-C
AWSTextractBlockTypeQuerySwift
case query = 10 -
Undocumented
Declaration
Objective-C
AWSTextractBlockTypeQueryResultSwift
case queryResult = 11 -
Undocumented
Declaration
Objective-C
AWSTextractBlockTypeSignatureSwift
case signature = 12 -
Undocumented
Declaration
Objective-C
AWSTextractBlockTypeTableTitleSwift
case tableTitle = 13 -
Undocumented
Declaration
Objective-C
AWSTextractBlockTypeTableFooterSwift
case tableFooter = 14 -
Undocumented
Declaration
Objective-C
AWSTextractBlockTypeLayoutTextSwift
case layoutText = 15 -
Undocumented
Declaration
Objective-C
AWSTextractBlockTypeLayoutTitleSwift
case layoutTitle = 16 -
Undocumented
Declaration
Objective-C
AWSTextractBlockTypeLayoutHeaderSwift
case layoutHeader = 17 -
Undocumented
Declaration
Objective-C
AWSTextractBlockTypeLayoutFooterSwift
case layoutFooter = 18 -
Undocumented
Declaration
Objective-C
AWSTextractBlockTypeLayoutSectionHeaderSwift
case layoutSectionHeader = 19 -
Undocumented
Declaration
Objective-C
AWSTextractBlockTypeLayoutPageNumberSwift
case layoutPageNumber = 20 -
Undocumented
Declaration
Objective-C
AWSTextractBlockTypeLayoutListSwift
case layoutList = 21 -
Undocumented
Declaration
Objective-C
AWSTextractBlockTypeLayoutFigureSwift
case layoutFigure = 22 -
Undocumented
Declaration
Objective-C
AWSTextractBlockTypeLayoutTableSwift
case layoutTable = 23 -
Undocumented
Declaration
Objective-C
AWSTextractBlockTypeLayoutKeyValueSwift
case layoutKeyValue = 24
View on GitHub
Install in Dash
AWSTextractBlockType Enumeration Reference