[This is preliminary documentation and is subject to change.]

Rate of speech.

Namespace:  Phoenix.Speech
Assembly:  Phoenix.Speech (in Phoenix.Speech.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public int Speed { get; set; }
Public Property Speed As Integer
public:
property int Speed {
	int get ();
	void set (int value);
}

See Also