Request

public struct Request
  • The text to synthesize to speech

    Declaration

    Swift

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

    Declaration

    Swift

    public let options: Options
  • Declaration

    Swift

    public init(speechToText: URL, options: Options)