| TapiLineSpeechRate Property |
Gets or sets the rate of speech on the line.
Namespace: Traysoft.AddTapiAssembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntaxpublic int SpeechRate { get; set; }Public Property SpeechRate As Integer
Get
Set
public:
property int SpeechRate {
int get ();
void set (int value);
}Property Value
Type:
Int32
Remarks
This property specifies the speaking rate (speed) of the voice.
Supported values range from -10 to 10, where -10 is the slowest and 10 is the fastest rate.
See Also