Interface SpeechService
-
- All Implemented Interfaces:
public interface SpeechService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceSpeechService.WithRawResponseA view of SpeechService that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract SpeechService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract SpeechServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. HttpResponsecreate(SpeechCreateParams params)Generates audio from the input text. abstract HttpResponsecreate(SpeechCreateParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
abstract SpeechService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract 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
@MustBeClosed() HttpResponse create(SpeechCreateParams params)
Generates audio from the input text.
-
create
@MustBeClosed() abstract HttpResponse create(SpeechCreateParams params, RequestOptions requestOptions)
-
-
-
-