SrgsSubset Class

 

Defines methods and properties that can be used to match a given string with a spoken phrase.

Namespace:   System.Speech.Recognition.SrgsGrammar
Assembly:  System.Speech (in System.Speech.dll)

System::Object
  System::MarshalByRefObject
    System.Speech.Recognition.SrgsGrammar::SrgsElement
      System.Speech.Recognition.SrgsGrammar::SrgsSubset

[SerializableAttribute]
public ref class SrgsSubset : SrgsElement

NameDescription
System_CAPS_pubmethodSrgsSubset(String^)

Initializes a new instance of the SrgsSubset class, specifying the portion of the phrase to be matched.

System_CAPS_pubmethodSrgsSubset(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.

NameDescription
System_CAPS_pubpropertyMatchingMode

Gets or sets the matching mode for the subset.

System_CAPS_pubpropertyText

Gets or sets as string that contains the portion of a spoken phrase to be matched.

NameDescription
System_CAPS_pubmethodCreateObjRef(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.)

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetLifetimeService()

Retrieves the current lifetime service object that controls the lifetime policy for this instance.(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodInitializeLifetimeService()

Obtains a lifetime service object to control the lifetime policy for this instance.(Inherited from MarshalByRefObject.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone(Boolean)

Creates a shallow copy of the current MarshalByRefObject object.(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

The spoken phrase can include the given string as a subset.

.NET Framework
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.

Return to top
Show: