SrgsOneOf Members

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

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

  NameDescription
Public methodSrgsOneOf()()()()Initializes a new instance of the SrgsOneOf class.
Public methodSrgsOneOf(array<String>[]()[][])Initializes a new instance of the SrgsOneOf class from an array of String objects.
Public methodSrgsOneOf(array<SrgsItem>[]()[][])Initializes a new instance of the SrgsOneOf class, specifying one or more alternative items in the passed SrgsItem array.
Top

Properties

  NameDescription
Public propertyItemsGets the list of all the alternatives contained in the SrgsOneOf element.
Top

Methods

  NameDescription
Public methodAddAdds an SrgsItem containing a word or a phrase to the list of alternatives.
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Public methodGetType (Inherited from Object.)
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone()()()() (Inherited from Object.)
Protected methodMemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public methodToString (Inherited from Object.)
Top

See Also