AWSLexSpeechEncoding
Objective-C
NS_ENUM(NSInteger, AWSLexSpeechEncoding) {
AWSLexSpeechEncodingOpus,
AWSLexSpeechEncodingLPCM
}
Swift
enum AWSLexSpeechEncoding : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSLexSpeechEncodingOpus
Swift
case opus = 0
-
Undocumented
Declaration
Objective-C
AWSLexSpeechEncodingLPCM
Swift
case LPCM = 1