Tizen Native API  7.0
stte_request_callback_s Struct Reference

Public Attributes

int version
stte_get_info_cb get_info
stte_initialize_cb initialize
stte_deinitialize_cb deinitialize
stte_foreach_supported_langs_cb foreach_langs
stte_is_valid_language_cb is_valid_lang
stte_support_silence_detection_cb support_silence
stte_support_recognition_type_cb support_recognition_type
stte_get_recording_format_cb get_audio_format
stte_foreach_result_time_cb foreach_result_time
stte_set_silence_detection_cb set_silence_detection
stte_start_cb start
stte_set_recording_data_cb set_recording
stte_stop_cb stop
stte_cancel_cb cancel
stte_check_app_agreed_cb check_app_agreed
stte_need_app_credential_cb need_app_credential

Detailed Description

A structure for the STT engine functions.

This structure contains essential callback functions for operating STT engine.

Since :
3.0
Remarks:
These functions are mandatory for operating STT engine. Therefore, all functions MUST be implemented.

Member Data Documentation

Called when the engine service user cancels to recognize the recording data

Called when the engine service user requests for STT engine to check whether the application agreed the usage of STT engine

Called when the engine service user deinitializes STT engine

Called when the engine service user gets the whole supported language list

Called when the engine service user gets the result time information(stamp)

Called when the engine service user gets the proper recording format of STT engine

Called when the engine service user requests the basic information of STT engine

Called when the engine service user initializes STT engine

Called when the engine service user checks whether the corresponding language is valid or not

Called when the engine service user checks whether STT engine needs the application's credential

Called when the engine service user sets and sends the recording data for speech recognition

Called when the engine service user sets the silence detection

Called when the engine service user starts to recognize the recording data

Called when the engine service user stops to recognize the recording data

Called when the engine service user checks whether STT engine supports the corresponding recognition type

Called when the engine service user checks whether STT engine supports silence detection

The version of the structure 'stte_request_callback_s'