BACK TO LIST

Syntax:

YourVariable = VA1.Golden_Chara

Details :

This is the KEY string produced by VoiceAction of the currently uttered word. Composed of the vocabulary characters found from the specified files, its length and structure depends upon the sample processing resolution. (More less is this length more high is the Golden_Chara length.)

As as example : For a word like ::Windows:: a 12000 bytes length word at 4000 sample processing resolution may yield 3 combination of characters.

like ee^da^ss.

THIS WORKS BEST IF THE VOCABULARY MATCHING FILES PREPARED ARE ABOVE FIVE IN NO.

Example :

Private Sub Timer()

LabelPreResult.Caption = VA1.Golden_Chara"

End Sub

BACK TO LIST