Click or drag to resize

VoiceResourceVoiceRecognitionEnabled Property

Note: This API is now obsolete.

When set to true, this causes all subsequent Play() and PlayTTS() methods to perform voice recognition.

Namespace:  VoiceElements.Client
Assembly:  VoiceElementsClient (in VoiceElementsClient.dll) Version: 8.6.1.1
Syntax
[ObsoleteAttribute("This property has been deprecated. Please use SpeechRecognitionEnabled.")]
public bool VoiceRecognitionEnabled { get; set; }

Property Value

Type: Boolean
See Also