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