| TapiLineSpeechVolume Property |
Gets or sets the volume of speech on the line.
Namespace: Traysoft.AddTapiAssembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntaxpublic int SpeechVolume { get; set; }Public Property SpeechVolume As Integer
Get
Set
public:
property int SpeechVolume {
int get ();
void set (int value);
}Property Value
Type:
Int32
Remarks
This property specifies the volume level of text synthesis. Volume levels are specified in percentage values ranging from zero to 100.
See Also