Function QTTSSessionEnd

Source
pub unsafe extern "C" fn QTTSSessionEnd(
    sessionID: *const c_char,
    hints: *const c_char,
) -> c_int
Expand description

@fn QTTSSessionEnd @brief End a Recognizer Session

End the recognizer session, release all resource.

@return int MSPAPI - Return 0 in success, otherwise return error code. @param const char* session_id - [in] session id string to end @param const char* hints - [in] user hints to end session, hints will be logged to CallLog @see