AWSLexSpeechEncoding
Objective-C
NS_ENUM(NSInteger, AWSLexSpeechEncoding) {
AWSLexSpeechEncodingOpus,
AWSLexSpeechEncodingLPCM
}
Swift
enum AWSLexSpeechEncoding : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSLexSpeechEncodingOpusSwift
case opus = 0 -
Undocumented
Declaration
Objective-C
AWSLexSpeechEncodingLPCMSwift
case LPCM = 1
View on GitHub
Install in Dash
AWSLexSpeechEncoding Enumeration Reference