NormalizedResult Class

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Represents the results from normalization.

Inheritance Hierarchy

System..::..Object
  Microsoft.Speech.Text..::..NormalizedResult

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

Syntax

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

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