Share via


ISpeechPhraseAlternates Item Method (SAPI 5.4)

Microsoft Speech API 5.4

Object: ISpeechPhraseAlternates

Item Method

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

  
    ISpeechPhraseAlternates.Item(
     Index As Long
) As ISpeechPhraseAlternate

Parameters

  • Index
    Specifies the Index.

Return Value

The Item method returns an ISpeechPhraseAlternate variable.

Remarks

The ISpeechPhraseAlternates object is a collection of ISpeechPhraseAlternate 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.