Click or drag to resize

TextToSpeechSettings Constructor

Initializes a new instance of the TextToSpeechSettings class

Namespace:  CallFlowFramework.Nodes.Settings
Assembly:  CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntax
public TextToSpeechSettings(
	string call_name,
	CallFlowContext ctx,
	TimeSpan timeout,
	string text,
	string voice_name,
	int rate,
	int volume
)

Parameters

call_name
Type: SystemString

[Missing <param name="call_name"/> documentation for "M:CallFlowFramework.Nodes.Settings.TextToSpeechSettings.#ctor(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.String,System.Int32,System.Int32)"]

ctx
Type: CallFlowFrameworkCallFlowContext

[Missing <param name="ctx"/> documentation for "M:CallFlowFramework.Nodes.Settings.TextToSpeechSettings.#ctor(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.String,System.Int32,System.Int32)"]

timeout
Type: SystemTimeSpan

[Missing <param name="timeout"/> documentation for "M:CallFlowFramework.Nodes.Settings.TextToSpeechSettings.#ctor(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.String,System.Int32,System.Int32)"]

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:CallFlowFramework.Nodes.Settings.TextToSpeechSettings.#ctor(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.String,System.Int32,System.Int32)"]

voice_name
Type: SystemString

[Missing <param name="voice_name"/> documentation for "M:CallFlowFramework.Nodes.Settings.TextToSpeechSettings.#ctor(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.String,System.Int32,System.Int32)"]

rate
Type: SystemInt32

[Missing <param name="rate"/> documentation for "M:CallFlowFramework.Nodes.Settings.TextToSpeechSettings.#ctor(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.String,System.Int32,System.Int32)"]

volume
Type: SystemInt32

[Missing <param name="volume"/> documentation for "M:CallFlowFramework.Nodes.Settings.TextToSpeechSettings.#ctor(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.String,System.Int32,System.Int32)"]

See Also