Interface ISpeechRequest
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Azure.dll
Syntax
public interface ISpeechRequest
Properties
|
Edit this page
View Source
Prompt
Declaration
string Prompt { get; set; }
Property Value
|
Edit this page
View Source
Voice
Declaration
Voice Voice { get; set; }
Property Value
Methods
|
Edit this page
View Source
Declaration
AudioFormat GetOutputAudioFormat()
Returns
|
Edit this page
View Source
Declaration
string GetOutputAudioFormatHeaderValue()
Returns
Extension Methods