int ma_send_recognition_result(ma_recognition_result_event_e result);
/**
- * @brief Sets a active state changed callback.
+ * @brief Sets the active state changed callback.
* @since_tizen 5.5
*
* @param[in] callback The callback
int ma_set_active_state_changed_cb(ma_active_state_changed_cb callback, void* user_data);
/**
- * @brief Unsets a active state changed callback.
+ * @brief Unsets the active state changed callback.
* @since_tizen 5.5
*
* @return @c 0 on success, otherwise a negative error value
* @privlevel public
* @privilege %http://tizen.org/privilege/recorder
*
- * @param[in] type The type of audio streaming data need to be started streaming
+ * @param[in] type The type of audio streaming data for which the streaming should be started
*
* @return @c 0 on success, otherwise a negative error value
* @retval #MA_ERROR_NONE Successful
* @privlevel public
* @privilege %http://tizen.org/privilege/recorder
*
- * @param[in] type The type of audio streaming data need to be stopped streaming
+ * @param[in] type The type of audio streaming data for which the streaming should be stopped
*
* @return @c 0 on success, otherwise a negative error value
* @retval #MA_ERROR_NONE Successful
int ma_stop_receiving_audio_streaming_data(ma_audio_streaming_data_type_e type);
/**
- * @brief Updates the client's voice feedback state to the server.
+ * @brief Sends an update of the client's voice feedback state to the server.
* @since_tizen 5.5
* @privlevel public
* @privilege %http://tizen.org/privilege/recorder
int ma_send_assistant_specific_command(const char* command);
/**
- * @brief Sets a wakeup engine command callback.
+ * @brief Sets the wakeup engine command callback.
* @since_tizen 5.5
*
* @param[in] callback The callback
int ma_set_wakeup_engine_command_cb(ma_wakeup_engine_command_cb callback, void* user_data);
/**
- * @brief Unsets a wakeup engine command callback.
+ * @brief Unsets the wakeup engine command callback.
* @since_tizen 5.5
*
* @return @c 0 on success, otherwise a negative error value