AWSPollyOutputFormat

Objective-C

NS_ENUM(NSInteger, AWSPollyOutputFormat) {
    AWSPollyOutputFormatUnknown,
    AWSPollyOutputFormatJson,
    AWSPollyOutputFormatMp3,
    AWSPollyOutputFormatOggVorbis,
    AWSPollyOutputFormatPcm,
}

Swift

enum AWSPollyOutputFormat : Int, @unchecked Sendable

Undocumented