Tizen Native API
7.0
|
vce_request_callback_s Struct Reference
Detailed Description
A structure for the VC engine functions.
This structure contains essential callback functions for operating VC engine.
- Since :
- 5.0
- Remarks:
- You must register all callbacks except optional callbacks for operating VC engine.
The following callbacks are optional callbacks :
- vce_private_data_set_cb()
- vce_private_data_requested_cb()
- vce_nlu_base_info_requested_cb()
- vce_specific_engine_request_cb()
If you want to use the optional callbacks, you can set them using vce_set_private_data_set_cb(), vce_set_private_data_requested_cb(), vce_set_nlu_base_info_requested_cb(), and vce_set_specific_engine_request_cb() functions.
- vce_private_data_set_cb()
Member Data Documentation
Cancel recording and processing
Shutdown engine
Foreach language list
Called when the engine service user requests the basic information of VC engine
Get recording format
Initialize engine
Send essential value from NLU result
Send private data to the app
Set private data from the app
Request to process haptic event
Request to process list event
Request to process text
Set audio type
Request to set current commands
Set language
Set recording data
Set server dialog
Get specific engine's request from the engine service user
Start recognition
Stop recording for getting result
Request to unset current commands
Version