SpObjectToken GetDescription Method

Microsoft Speech SDK

Intelligent Interface Technologies Home Page Microsoft Speech SDK

Speech Automation 5.1

Object: SpObjectToken

GetDescription Method

The GetDescription method returns the name of the resource represented by the object token.


SpObjectToken.GetDescription(
     [Locale As Long = 0]
) As String

Parameters

Locale
[Optional] Specifies the Locale. By default, zero is used.

Return Value

The GetDescription method returns a String variable.


Example

Use of the GetDescription method is demonstrated in the code example in the Category section.