Class SpeechServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.audio.SpeechService.WithRawResponse
public final class SpeechServiceImpl.WithRawResponseImpl implements SpeechService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description HttpResponse
create(AudioSpeechCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for post /audio/speech
, but is otherwise the same as SpeechService.create.-
-
Method Detail
-
create
HttpResponse create(AudioSpeechCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /audio/speech
, but is otherwise the same as SpeechService.create.
-
-
-
-