SpObjectToken Id Property (SAPI 5.3)

Microsoft Speech API 5.3

Object: SpObjectToken

Id Property

The Id property returns the ID of the token.

The ID of the object is the path to its folder within the Speech configuration database.

Syntax

Set: (This property is read-only)
Get: String = SpObjectToken.Id

Parts

  • SpObjectToken
    The owning object.
  • String
    Set: (This property is read-only)
    Get: A String variable returning the ID.

Example

Use of the Id property is demonstrated in a code example in the Category section.