TextType

public enum TextType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case ssml = "ssml"
  • Undocumented

    Declaration

    Swift

    case text = "text"
  • Declaration

    Swift

    public var description: String { get }