SpObjectToken GetDescription Method (SAPI 5.4)

Microsoft Speech API 5.4

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.