AWSPollyTextType
Objective-C
NS_ENUM(NSInteger, AWSPollyTextType) {
AWSPollyTextTypeUnknown,
AWSPollyTextTypeSsml,
AWSPollyTextTypeText,
}
Swift
enum AWSPollyTextType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSPollyTextTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSPollyTextTypeSsml
Swift
case ssml = 1
-
Undocumented
Declaration
Objective-C
AWSPollyTextTypeText
Swift
case text = 2