SrgsSubset Class
Defines methods and properties that can be used to match a given string with a spoken phrase.
Assembly: System.Speech (in System.Speech.dll)
System::MarshalByRefObject
System.Speech.Recognition.SrgsGrammar::SrgsElement
System.Speech.Recognition.SrgsGrammar::SrgsSubset
| Name | Description | |
|---|---|---|
![]() | SrgsSubset(String^) | Initializes a new instance of the SrgsSubset class, specifying the portion of the phrase to be matched. |
![]() | SrgsSubset(String^, SubsetMatchingMode) | Initializes a new instance of the SrgsSubset class, specifying the portion to be matched and the mode in which the text should be matched. |
| Name | Description | |
|---|---|---|
![]() | MatchingMode | Gets or sets the matching mode for the subset. |
![]() | Text | Gets or sets as string that contains the portion of a spoken phrase to be matched. |
| Name | Description | |
|---|---|---|
![]() | CreateObjRef(Type^) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.(Inherited from MarshalByRefObject.) |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetLifetimeService() | Retrieves the current lifetime service object that controls the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | GetType() | |
![]() | InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | MemberwiseClone() | |
![]() | MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object.(Inherited from MarshalByRefObject.) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The spoken phrase can include the given string as a subset.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


