Table of Contents

Class SpeechToTextService

public class SpeechToTextService : CrudServiceBase<ElevenLabsClient>
Inheritance
object
SpeechToTextService

Constructors

SpeechToTextService(ElevenLabsClient)

public SpeechToTextService(ElevenLabsClient client)

Parameters

client ElevenLabsClient

Methods

CreateAsync(SpeechToTextRequest, RESTOptions)

public UniTask<ElevenLabsTranscript> CreateAsync(SpeechToTextRequest request, RESTOptions options = null)

Parameters

request SpeechToTextRequest
options RESTOptions

Returns

UniTask<ElevenLabsTranscript>