Removes a lexicon from the SpeechSynthesizer object.
Namespace:
Microsoft.Speech.Synthesis
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub RemoveLexicon ( _ uri As Uri _ ) |
Visual Basic (Usage) |
---|
Dim instance As SpeechSynthesizer Dim uri As Uri instance.RemoveLexicon(uri) |
C# |
---|
public void RemoveLexicon( Uri uri ) |
Parameters
- uri
- Type: System..::..Uri
The location of the lexicon document.