NormalizerCollection Class

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Provides an application the functionality of selecting, prioritizing, and weighting normalizers.

Inheritance Hierarchy

System..::..Object
  Microsoft.Speech.Text..::..NormalizerCollection

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

Syntax

Visual Basic (Declaration)
Public Class NormalizerCollection
Visual Basic (Usage)
Dim instance As NormalizerCollection
C#
public class NormalizerCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also