Interface TranscriptionService
-
- All Implemented Interfaces:
public interface TranscriptionService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description 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 TranscriptionService.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. abstract AudioTranscriptionCreateResponse
create(AudioTranscriptionCreateParams params, RequestOptions requestOptions)
Transcribes audio into the input language. abstract AudioTranscriptionCreateResponse
create(AudioTranscriptionCreateParams params)
Transcribes audio into the input language. -
-
Method Detail
-
withRawResponse
abstract TranscriptionService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
create
abstract AudioTranscriptionCreateResponse create(AudioTranscriptionCreateParams params, RequestOptions requestOptions)
Transcribes audio into the input language.
-
create
abstract AudioTranscriptionCreateResponse create(AudioTranscriptionCreateParams params)
Transcribes audio into the input language.
-
-
-
-