SpObjectToken GetDescription Method (Microsoft Speech Platform)

Microsoft Speech Platform SDK 11

Microsoft Speech Platform

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.