SrgsDocument.AddLexicon Method

Adds the specified lexicon.

Namespace: Microsoft.Speech.Recognition.SrgsGrammar
Assembly: Microsoft.Speech (in microsoft.speech.dll)

Syntax

'Declaration
Public Sub AddLexicon ( _
    lexiconUri As Uri _
)
public void AddLexicon (
    Uri lexiconUri
)
public:
void AddLexicon (
    Uri^ lexiconUri
)
public void AddLexicon (
    Uri lexiconUri
)
public function AddLexicon (
    lexiconUri : Uri
)

Parameters

  • lexiconUri
    The lexicon to add.

Thread Safety

All public static (Shared in Visual Basic) members of this type are thread-safe. Instance members are not guaranteed to be thread-safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also

Reference

SrgsDocument Class
SrgsDocument Members
Microsoft.Speech.Recognition.SrgsGrammar Namespace