Represents a read-only collection of normalization alternates.
Inheritance Hierarchy
System..::..Object
System.Collections.ObjectModel..::..ReadOnlyCollection<(Of <(<'NormalizedResultAlternate>)>)>
Microsoft.Speech.Text..::..NormalizedResultAlternateCollection
System.Collections.ObjectModel..::..ReadOnlyCollection<(Of <(<'NormalizedResultAlternate>)>)>
Microsoft.Speech.Text..::..NormalizedResultAlternateCollection
Namespace:
Microsoft.Speech.Text
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Class NormalizedResultAlternateCollection _ Inherits ReadOnlyCollection(Of NormalizedResultAlternate) |
Visual Basic (Usage) |
---|
Dim instance As NormalizedResultAlternateCollection |
C# |
---|
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.