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 classSpeechServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description SpeechService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. SpeechServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. HttpResponsecreate(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.
-
withOptions
SpeechService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
HttpResponse create(SpeechCreateParams params, RequestOptions requestOptions)
-
-
-
-