Class SpeechServiceImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.audio.SpeechService
public final class SpeechServiceImpl implements SpeechService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
SpeechServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description SpeechService.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. HttpResponse
create(SpeechCreateParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withRawResponse
SpeechService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
create
HttpResponse create(SpeechCreateParams params, RequestOptions requestOptions)
-
-
-
-