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 HttpResponse
create(SpeechCreateParams params)
Returns a raw HTTP response for post /audio/speech
, but is otherwise the same as SpeechService.create.abstract HttpResponse
create(SpeechCreateParams params, RequestOptions requestOptions)
-
-
Method Detail
-
create
@MustBeClosed() HttpResponse create(SpeechCreateParams params)
Returns a raw HTTP response for
post /audio/speech
, but is otherwise the same as SpeechService.create.
-
create
@MustBeClosed() abstract HttpResponse create(SpeechCreateParams params, RequestOptions requestOptions)
-
-
-
-