AWSTextractEntityType

Objective-C

NS_ENUM(NSInteger, AWSTextractEntityType) {
    AWSTextractEntityTypeUnknown,
    AWSTextractEntityTypeKey,
    AWSTextractEntityTypeValue,
    AWSTextractEntityTypeColumnHeader,
    AWSTextractEntityTypeTableTitle,
    AWSTextractEntityTypeTableFooter,
    AWSTextractEntityTypeTableSectionTitle,
    AWSTextractEntityTypeTableSummary,
    AWSTextractEntityTypeStructuredTable,
    AWSTextractEntityTypeSemiStructuredTable,
}

Swift

enum AWSTextractEntityType : Int, @unchecked Sendable

Undocumented