Request

public struct Request<Input, Options, Output>
  • Declaration

    Swift

    public let input: Input

Available where Input == URL, Options == Predictions.Convert.SpeechToText.Options, Output == AsyncThrowingStream<Predictions.Convert.SpeechToText.Result, Error>

Available where Input == String, Options == Predictions.Convert.TextToSpeech.Options, Output == Predictions.Convert.TextToSpeech.Result