Brief introduction
I have done half a year AI interaction, the main thing to do is the robot speech recognition, semantic understanding, custom grammar Library, has been left for some time now, here to do a summary, to facilitate their own memory, but also convenient for posterity. Because I do Android development, so the following are based on the Android platform Hkust flying open Platform
http://www.xfyun.cn/ General development process
Want to use the Hkust voice function: First you have to register a developer account and then create a new application when you are done, you need to open the features you want to use, such as speech recognition, speech synthesis, semantic understanding, etc. download SDK integrated development
Note: after the creation of the application, will generate a AppID, the AppID is corresponding to the SDK, if you use in the project AppID and the corresponding library does not correspond to the use of the interface will be an error to use what function, you must first open the service before use.
I'll write several integrated demos when I have time to follow.
To be continued ...