Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
ReplacementText Members
Include Protected Members
Include Inherited Members
Contains information about a speech normalization procedure that has been performed on recognition results.
The ReplacementText type exposes the following members.
Properties
Name | Description | |
---|---|---|
CountOfWords | Gets the number of recognized words replaced by the speech normalization procedure. | |
DisplayAttributes | Gets information about the leading and trailing spaces for the text replaced by normalization. | |
FirstWordIndex | Gets the location of the first recognized word replaced by the speech normalization procedure. | |
Text | Gets the recognized text replaced by the speech normalization procedure. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top