SemanticKey Property

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Gets an alias string for the semantic dictionary.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property SemanticKey As String
	Get
Visual Basic (Usage)
Dim instance As SrgsRuleRef
Dim value As String

value = instance.SemanticKey
C#
public string SemanticKey { get; }

Property Value

Type: System..::..String

An alias string for the semantic dictionary.

See Also