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

Volume 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 Volume { get; set; }
Public Property Volume As Integer
public:
property int Volume {
	int get ();
	void set (int value);
}

See Also