Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
SrgsText Members
Include Protected Members
Include Inherited Members
Represents the textual content of grammar elements defined by the World Wide Web Consortium (W3C) Speech Recognition Grammar Specification (SRGS) Version 1.0.
The SrgsText type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SrgsText() | Initializes a new instance of the SrgsText class. | |
SrgsText(String) | Initializes a new instance of the SrgsText class, specifying the text of the instance. |
Top
Properties
Name | Description | |
---|---|---|
Text | Gets or sets the text contained within the SrgsText class instance. |
Top
Methods
Name | Description | |
---|---|---|
CreateObjRef | (inherited from MarshalByRefObject) | |
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetLifetimeService | (inherited from MarshalByRefObject) | |
GetType | (inherited from Object) | |
InitializeLifetimeService | (inherited from MarshalByRefObject) | |
MemberwiseClone() | (inherited from Object) | |
MemberwiseClone(Boolean) | (inherited from MarshalByRefObject) | |
ToString | (inherited from Object) |
Top