Class SpeechToTextService
Inheritance
SpeechToTextService
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Azure.dll
Syntax
public class SpeechToTextService : CrudServiceBase<MicrosoftAzureClient>, ICrudService
Constructors
|
Edit this page
View Source
SpeechToTextService(MicrosoftAzureClient)
Declaration
public SpeechToTextService(MicrosoftAzureClient client)
Parameters
Methods
|
Edit this page
View Source
TranscribeAsync(SpeechToTextRequest, RequestOptions)
Declaration
public UniTask<MicrosoftTranscript> TranscribeAsync(SpeechToTextRequest request, RequestOptions options = null)
Parameters
Returns
Implements
Extension Methods