AWSPollyTextType

Objective-C

NS_ENUM(NSInteger, AWSPollyTextType) {
    AWSPollyTextTypeUnknown,
    AWSPollyTextTypeSsml,
    AWSPollyTextTypeText,
}

Swift

enum AWSPollyTextType : Int, @unchecked Sendable

Undocumented