AWSPollyTextType
Objective-C
NS_ENUM(NSInteger, AWSPollyTextType) {
AWSPollyTextTypeUnknown,
AWSPollyTextTypeSsml,
AWSPollyTextTypeText,
}
Swift
enum AWSPollyTextType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSPollyTextTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSPollyTextTypeSsmlSwift
case ssml = 1 -
Undocumented
Declaration
Objective-C
AWSPollyTextTypeTextSwift
case text = 2
View on GitHub
Install in Dash
AWSPollyTextType Enumeration Reference