AWSPollyOutputFormat
Objective-C
NS_ENUM(NSInteger, AWSPollyOutputFormat) {
AWSPollyOutputFormatUnknown,
AWSPollyOutputFormatJson,
AWSPollyOutputFormatMp3,
AWSPollyOutputFormatOggVorbis,
AWSPollyOutputFormatPcm,
}
Swift
enum AWSPollyOutputFormat : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSPollyOutputFormatUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSPollyOutputFormatJsonSwift
case json = 1 -
Undocumented
Declaration
Objective-C
AWSPollyOutputFormatMp3Swift
case mp3 = 2 -
Undocumented
Declaration
Objective-C
AWSPollyOutputFormatOggVorbisSwift
case oggVorbis = 3 -
Undocumented
Declaration
Objective-C
AWSPollyOutputFormatPcmSwift
case pcm = 4
View on GitHub
Install in Dash
AWSPollyOutputFormat Enumeration Reference