TextToSpeechRate Property |
Gets or sets the playback rate of the speech. (Range: -10 - 10)
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public int Rate { get; set; }
Public Property Rate As Integer
Get
Set
public:
property int Rate {
int get ();
void set (int value);
}
member Rate : int with get, set
Property Value
Type:
Int32See Also