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 SpeechService.WithRawResponse
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. HttpResponse
create(SpeechCreateParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withOptions
SpeechService.WithRawResponse 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)
-
-
-
-