Click here to Skip to main content
15,886,872 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
the user can configure in the voice recognition to add new vocabulary then type the corresponding text character.
What i want to happen is that , there will be a button to click then voice recognition shall record voice, and the word which was type in the word text will be the text character to be added in new vocabulary

thank you guys

What I have tried:

I havent try anything yet. because i know this is new set of coding which i don't know any syntax to use unless the opening of voice recognition

Imports System.Speech.Recognition
Imports System.Threading
Imports System.Globalization
Public Class Form1
    ' recogniser & grammar
    Dim recog As New SpeechRecognizer
    Dim gram As Grammar
    ' events
    Public Event SpeechRecognized As  _
     EventHandler(Of SpeechRecognizedEventArgs)
Posted
Updated 19-Sep-16 6:51am
v2
Comments
Bernhard Hiller 20-Sep-16 2:56am    
Get the concept right. What you described is not "adding a vocabulary", but "adding a word to a vocabulary".

1 solution

 
Share this answer
 
Comments
Member 12748005 20-Sep-16 3:10am    
thanks . Brother what i only know how to use is the windows not the C#. and the basics of it i already studied

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900