AWSPollyEngine
Objective-C
NS_ENUM(NSInteger, AWSPollyEngine) {
AWSPollyEngineUnknown,
AWSPollyEngineStandard,
AWSPollyEngineNeural,
AWSPollyEngineLongForm,
AWSPollyEngineGenerative,
}
Swift
enum AWSPollyEngine : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSPollyEngineUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSPollyEngineStandardSwift
case standard = 1 -
Undocumented
Declaration
Objective-C
AWSPollyEngineNeuralSwift
case neural = 2 -
Undocumented
Declaration
Objective-C
AWSPollyEngineLongFormSwift
case longForm = 3 -
Undocumented
Declaration
Objective-C
AWSPollyEngineGenerativeSwift
case generative = 4
View on GitHub
Install in Dash
AWSPollyEngine Enumeration Reference