Interface TranscriptionService.WithRawResponse
-
- All Implemented Interfaces:
public interface TranscriptionService.WithRawResponse
A view of TranscriptionService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract HttpResponseFor<AudioTranscriptionCreateResponse>
create(AudioTranscriptionCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for post /audio/transcriptions
, but is otherwise the same as TranscriptionService.create.abstract HttpResponseFor<AudioTranscriptionCreateResponse>
create(AudioTranscriptionCreateParams params)
Returns a raw HTTP response for post /audio/transcriptions
, but is otherwise the same as TranscriptionService.create.-
-
Method Detail
-
create
abstract HttpResponseFor<AudioTranscriptionCreateResponse> create(AudioTranscriptionCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /audio/transcriptions
, but is otherwise the same as TranscriptionService.create.
-
create
abstract HttpResponseFor<AudioTranscriptionCreateResponse> create(AudioTranscriptionCreateParams params)
Returns a raw HTTP response for
post /audio/transcriptions
, but is otherwise the same as TranscriptionService.create.
-
-
-
-