AWSTextractRelationshipType

Objective-C

NS_ENUM(NSInteger, AWSTextractRelationshipType) {
    AWSTextractRelationshipTypeUnknown,
    AWSTextractRelationshipTypeValue,
    AWSTextractRelationshipTypeChild,
    AWSTextractRelationshipTypeComplexFeatures,
    AWSTextractRelationshipTypeMergedCell,
    AWSTextractRelationshipTypeTitle,
    AWSTextractRelationshipTypeAnswer,
    AWSTextractRelationshipTypeTable,
    AWSTextractRelationshipTypeTableTitle,
    AWSTextractRelationshipTypeTableFooter,
}

Swift

enum AWSTextractRelationshipType : Int, @unchecked Sendable

Undocumented