Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
SrgsOneOf Members
Include Protected Members
Include Inherited Members
Represents a list of alternative words or phrases, any one of which may be used to match speech input.
The SrgsOneOf type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SrgsOneOf() | Initializes a new instance of the SrgsOneOf class. | |
SrgsOneOf([]) | Initializes a new instance of the SrgsOneOf class from an array of String objects. | |
SrgsOneOf([]) | Initializes a new instance of the SrgsOneOf class, specifying one or more alternative items in the passed SrgsItem array. |
Top
Properties
Name | Description | |
---|---|---|
Items | Gets the list of all the alternatives contained in the SrgsOneOf element. |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds an SrgsItem containing a word or a phrase to the list of alternatives. | |
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