AWSLexSpeechEncoding

Objective-C

NS_ENUM(NSInteger, AWSLexSpeechEncoding) {
    AWSLexSpeechEncodingOpus,
    AWSLexSpeechEncodingLPCM
}

Swift

enum AWSLexSpeechEncoding : Int, @unchecked Sendable

Undocumented