Note

Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.

SpeechRecognitionEngine.NormalizerCollection Property

Gets the normalizer collection.

Namespace:  Microsoft.Speech.Recognition
Assembly:  Microsoft.Speech (in Microsoft.Speech.dll)

Syntax

'Declaration
Public ReadOnly Property NormalizerCollection As NormalizerCollection
    Get
'Usage
Dim instance As SpeechRecognitionEngine
Dim value As NormalizerCollection

value = instance.NormalizerCollection
public NormalizerCollection NormalizerCollection { get; }

Property Value

Type: Microsoft.Speech.Text.NormalizerCollection
Returns NormalizerCollection.

Exceptions

Exception Condition
ObjectDisposedException

Thrown if this SpeechRecognitionEngine instance has been disposed.

See Also

Reference

SpeechRecognitionEngine Class

SpeechRecognitionEngine Members

Microsoft.Speech.Recognition Namespace