Package dev.case.api.services.async
Interface VoiceServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface VoiceServiceAsync.WithRawResponseA view of VoiceServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract VoiceServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. abstract StreamingServiceAsync.WithRawResponsestreaming()abstract TranscriptionServiceAsync.WithRawResponsetranscription()abstract V1ServiceAsync.WithRawResponsev1()-
-
Method Detail
-
withOptions
abstract VoiceServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
streaming
abstract StreamingServiceAsync.WithRawResponse streaming()
-
transcription
abstract TranscriptionServiceAsync.WithRawResponse transcription()
-
v1
abstract V1ServiceAsync.WithRawResponse v1()
-
-
-
-