AWSComprehendAugmentedManifestsDocumentTypeFormat

Objective-C

NS_ENUM(NSInteger, AWSComprehendAugmentedManifestsDocumentTypeFormat) {
    AWSComprehendAugmentedManifestsDocumentTypeFormatUnknown,
    AWSComprehendAugmentedManifestsDocumentTypeFormatPlainTextDocument,
    AWSComprehendAugmentedManifestsDocumentTypeFormatSemiStructuredDocument,
}

Swift

enum AWSComprehendAugmentedManifestsDocumentTypeFormat : Int, @unchecked Sendable

Undocumented