Class AudioService.TranscriptionService
public class AudioService.TranscriptionService : CrudServiceBase<GroqCloudClient>
- Inheritance
-
objectAudioService.TranscriptionService
Constructors
TranscriptionService(GroqCloudClient)
public TranscriptionService(GroqCloudClient client)
Parameters
clientGroqCloudClient
Methods
CreateAsync(OpenAITranscriptionRequest, RESTOptions)
Transcribes audio into the input language.
public UniTask<VerboseTranscript> CreateAsync(OpenAITranscriptionRequest req, RESTOptions options = null)
Parameters
reqOpenAITranscriptionRequestoptionsRESTOptions
Returns
- UniTask<VerboseTranscript>
StreamAsync(OpenAITranscriptionRequest, RESTOptions)
public UniTask<IRESTStream<ITranscriptionEvent>> StreamAsync(OpenAITranscriptionRequest req, RESTOptions options = null)
Parameters
reqOpenAITranscriptionRequestoptionsRESTOptions
Returns
- UniTask<IRESTStream<ITranscriptionEvent>>