AppendDictation Method

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Appends grammar logic to provide access to free text dictation grammars.

Overload List

  NameDescription
Public methodAppendDictation()()()()Appends grammar logic to provide access the default, free-text, dictation grammar provided by the Microsoft Speech Platform SDK 11.
Public methodAppendDictation(String)Appends grammar logic to provide access to a special-function dictation grammar specified by a string.
Top

Remarks

The AppendDictation overloads provide applications with access to the default, free-text, dictation grammar provided by the Microsoft Speech Platform SDK 11.

For more information on special function, free-text, dictation grammars, see #ctor(String)).

See Also