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