ISpeechLexiconWords Item Method (Microsoft Speech Platform)

Microsoft Speech Platform SDK 11

Microsoft Speech Platform

Object: ISpeechLexiconWords

Item Method

The Item method returns a member of the ISpeechLexiconWords collection by its index.

ISpeechLexiconWords.Item(
     Index As Long
) As ISpeechLexiconWord

Parameters

Index
Specifies the Index.

Return Value

The Item method returns an ISpeechLexiconWord object.


Remarks

The ISpeechLexiconWords object is a collection of ISpeechLexiconWord objects. As a collection, it provides access to any or all of its members through certain methods and properties common to all collection objects. The Item method is one of these common methods.

Example

See the SpObjectToken Example for a complete example and additional details.