Class SpeechService
Inheritance
SpeechService
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Azure.dll
Syntax
public class SpeechService
Constructors
|
Edit this page
View Source
SpeechService(MicrosoftAzureClient)
Declaration
public SpeechService(MicrosoftAzureClient client)
Parameters
Properties
|
Edit this page
View Source
CustomVoices
Declaration
public CustomVoiceService CustomVoices { get; }
Property Value
|
Edit this page
View Source
FastTranscription
Declaration
public FastTranscriptionService FastTranscription { get; }
Property Value
|
Edit this page
View Source
SpeechToText
Declaration
public SpeechToTextService SpeechToText { get; }
Property Value
|
Edit this page
View Source
TextToSpeech
Declaration
public TextToSpeechService TextToSpeech { get; }
Property Value
Extension Methods