AWSTextractFeatureType

Objective-C

NS_ENUM(NSInteger, AWSTextractFeatureType) {
    AWSTextractFeatureTypeUnknown,
    AWSTextractFeatureTypeTables,
    AWSTextractFeatureTypeForms,
    AWSTextractFeatureTypeQueries,
    AWSTextractFeatureTypeSignatures,
    AWSTextractFeatureTypeLayout,
}

Swift

enum AWSTextractFeatureType : Int, @unchecked Sendable

Undocumented