SpeechRecognitionEngine..::..NormalizerCollection Property |
SpeechRecognitionEngine Class See Also Send Feedback |
Gets the normalizer collection.
Namespace:
Microsoft.Speech.Recognition
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property NormalizerCollection As NormalizerCollection Get |
Visual Basic (Usage) |
---|
Dim instance As SpeechRecognitionEngine Dim value As NormalizerCollection value = instance.NormalizerCollection |
C# |
---|
public NormalizerCollection NormalizerCollection { get; } |
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | Thrown if this SpeechRecognitionEngine instance has been disposed. |