SpUnCompressedLexicon AddPronunciationByPhoneIds method (Microsoft Speech Platform)

Microsoft Speech Platform SDK 11

Microsoft Speech Platform

Object: SpUnCompressedLexicon
Type: Hidden

AddPronunciationByPhoneIds Method


The AddPronunciationByPhoneIds method adds a pronunciation, specified in phone ids, to the application lexicon.


SpUnCompressedLexicon.AddPronunciationByPhoneIds(
     bstrWord As String,
     LangId As Long,
     [PartOfSpeech As SpeechPartOfSpeech = SPSUnknown],
     [PhoneIds As Variant]
)

Parameters

bstrWord
The word to add.
LangId
The language Id of the word.
PartOfSpeech
[Optional] The PartOfSpeech. Default value is SPSUnknown.
PhoneIds
[Optional] The pronunciation, in phone ids.

Return Value

None.