Note

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

NormalizedResultAlternateCollection Class

Represents a read-only collection of normalization alternates.

Inheritance Hierarchy

System.Object
  System.Collections.ObjectModel.ReadOnlyCollection<NormalizedResultAlternate>
    Microsoft.Speech.Text.NormalizedResultAlternateCollection

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

Syntax

'Declaration
Public Class NormalizedResultAlternateCollection _
    Inherits ReadOnlyCollection(Of NormalizedResultAlternate)
'Usage
Dim instance As NormalizedResultAlternateCollection
public class NormalizedResultAlternateCollection : ReadOnlyCollection<NormalizedResultAlternate>

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

Reference

NormalizedResultAlternateCollection Members

Microsoft.Speech.Text Namespace