AWSTranscribeRedactionType

Objective-C

NS_ENUM(NSInteger, AWSTranscribeRedactionType) {
    AWSTranscribeRedactionTypeUnknown,
    AWSTranscribeRedactionTypePii,
}

Swift

enum AWSTranscribeRedactionType : Int, @unchecked Sendable

Undocumented