Interface SpeechService.WithRawResponse
-
- All Implemented Interfaces:
public interface SpeechService.WithRawResponseA view of SpeechService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description HttpResponsecreate(SpeechCreateParams params)Returns a raw HTTP response for post /audio/speech, but is otherwise the same as SpeechService.create.abstract HttpResponsecreate(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)
-
-
-
-