BACK TO LIST

Syntax:

VA1.Consider_This_Vocabulary_To_Match_Fileno__(no.) = Location

no. = 1 to 10

File no.1 MUST be stated

Details :

This specifies the location of the file with its name without *.SAY, which holds the crucial information of the user speech model that it has to match.

Example :

Private Sub NowStartSpeechWork()

VoiceAction 1.....

:

:

:

VoiceAction1.Consider_This_Vocabulary_To_Match_Fileno__1 = "C:\MyVoice\MyDict1"

End Sub

BACK TO LIST