|
TelephonyServerVoices Property |
An Array of valid Voices for use with TTS.
Namespace:
VoiceElements.Client
Assembly:
VoiceElementsClient (in VoiceElementsClient.dll) Version: 8.6.1.1
Syntax public string[] Voices { get; }
Public ReadOnly Property Voices As String()
Get
public:
property array<String^>^ Voices {
array<String^>^ get ();
}
member Voices : string[] with get
Property Value
Type:
StringSee Also