Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
NormalizedResult Members
Include Protected Members
Include Inherited Members
Represents the results from normalization.
The NormalizedResult type exposes the following members.
Properties
Name | Description | |
---|---|---|
InputString | Gets the original (before normalization) input string. | |
TopAlternate | Gets the normalized string with the highest confidence from the list of normalized alternates. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetAlternates | Returns the alternates element for the entire input string. | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top