Class SpeechToTextService
- Namespace
- Glitch9.AIDevKit.ElevenLabs.Services
public class SpeechToTextService : CrudServiceBase<ElevenLabsClient>
- Inheritance
-
objectSpeechToTextService
Constructors
SpeechToTextService(ElevenLabsClient)
public SpeechToTextService(ElevenLabsClient client)
Parameters
clientElevenLabsClient
Methods
CreateAsync(SpeechToTextRequest, RESTOptions)
public UniTask<ElevenLabsTranscript> CreateAsync(SpeechToTextRequest request, RESTOptions options = null)
Parameters
requestSpeechToTextRequestoptionsRESTOptions
Returns
- UniTask<ElevenLabsTranscript>