Request

public struct Request
  • The text to synthesize to speech

    Declaration

    Swift

    public let textToSpeech: String
  • Options to adjust the behavior of this request, including plugin options

    Declaration

    Swift

    public let options: Options
  • Declaration

    Swift

    public init(textToSpeech: String, options: Options)