AWSPollyEngine
Objective-C
NS_ENUM(NSInteger, AWSPollyEngine) {
AWSPollyEngineUnknown,
AWSPollyEngineStandard,
AWSPollyEngineNeural,
AWSPollyEngineLongForm,
AWSPollyEngineGenerative,
}
Swift
enum AWSPollyEngine : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSPollyEngineUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSPollyEngineStandard
Swift
case standard = 1
-
Undocumented
Declaration
Objective-C
AWSPollyEngineNeural
Swift
case neural = 2
-
Undocumented
Declaration
Objective-C
AWSPollyEngineLongForm
Swift
case longForm = 3
-
Undocumented
Declaration
Objective-C
AWSPollyEngineGenerative
Swift
case generative = 4