Class SpeechController
Speech-to-text helper.
Inherited Members
Namespace: EduCATS.Helpers.Forms.Speech
Assembly: EduCATS.dll
Syntax
public static class SpeechController
Methods
GetSettings()
Get speech-to-text options.
Declaration
public static Task<SpeechOptions> GetSettings()
Returns
Type | Description |
---|---|
Task<SpeechOptions> | Speech options. |