Ssml

public struct Ssml : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The locale of the SSML message. Currently, en-US is supported.

    Declaration

    Swift

    public let locale: Locale
  • The value of the SSML message in the correct SSML format. The audio tag is not supported.

    Declaration

    Swift

    public let value: String
  • Undocumented

    Declaration

    Swift

    public init(locale: Locale, value: String)
  • Declaration

    Swift

    public func validate(name: String) throws