Bearbeiten

SrgsSubset Class

Definition

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

public ref class SrgsSubset : System::Speech::Recognition::SrgsGrammar::SrgsElement
[System.Serializable]
public class SrgsSubset : System.Speech.Recognition.SrgsGrammar.SrgsElement
[<System.Serializable>]
type SrgsSubset = class
    inherit SrgsElement
Public Class SrgsSubset
Inherits SrgsElement
Inheritance
Attributes

Remarks

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

Constructors

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.

Properties

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.

Methods

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)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetLifetimeService()
Obsolete.

Retrieves the current lifetime service object that controls the lifetime policy for this instance.

(Inherited from MarshalByRefObject)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
InitializeLifetimeService()
Obsolete.

Obtains a lifetime service object to control the lifetime policy for this instance.

(Inherited from MarshalByRefObject)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
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)

Applies to