Table of Contents

Class AudioService.TranscriptionService

public class AudioService.TranscriptionService : CrudServiceBase<GroqCloudClient>
Inheritance
object
AudioService.TranscriptionService

Constructors

TranscriptionService(GroqCloudClient)

public TranscriptionService(GroqCloudClient client)

Parameters

client GroqCloudClient

Methods

CreateAsync(OpenAITranscriptionRequest, RESTOptions)

Transcribes audio into the input language.

public UniTask<VerboseTranscript> CreateAsync(OpenAITranscriptionRequest req, RESTOptions options = null)

Parameters

req OpenAITranscriptionRequest
options RESTOptions

Returns

UniTask<VerboseTranscript>

StreamAsync(OpenAITranscriptionRequest, RESTOptions)

public UniTask<IRESTStream<ITranscriptionEvent>> StreamAsync(OpenAITranscriptionRequest req, RESTOptions options = null)

Parameters

req OpenAITranscriptionRequest
options RESTOptions

Returns

UniTask<IRESTStream<ITranscriptionEvent>>