NormalizerCollection Property

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

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

ExceptionCondition
ObjectDisposedException

Thrown if this SpeechRecognitionEngine instance has been disposed.

See Also