Interface SpeechService.WithRawResponse
-
- All Implemented Interfaces:
public interface SpeechService.WithRawResponse
A view of SpeechService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract HttpResponse
create(AudioSpeechCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for post /audio/speech
, but is otherwise the same as SpeechService.create.abstract HttpResponse
create(AudioSpeechCreateParams params)
Returns a raw HTTP response for post /audio/speech
, but is otherwise the same as SpeechService.create.-
-
Method Detail
-
create
abstract HttpResponse create(AudioSpeechCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /audio/speech
, but is otherwise the same as SpeechService.create.
-
create
abstract HttpResponse create(AudioSpeechCreateParams params)
Returns a raw HTTP response for
post /audio/speech
, but is otherwise the same as SpeechService.create.
-
-
-
-