AWSTranscribeTranscriptFilterType

Objective-C

NS_ENUM(NSInteger, AWSTranscribeTranscriptFilterType) {
    AWSTranscribeTranscriptFilterTypeUnknown,
    AWSTranscribeTranscriptFilterTypeExact,
}

Swift

enum AWSTranscribeTranscriptFilterType : Int, @unchecked Sendable

Undocumented