vce_stop_cb typedef

@brief Called when the engine service user stops to get the result of recognition. @since_tizen @if MOBILE 4.0 @elseif WEARABLE 5.0 @endif @return 0 on success, otherwise a negative error value @retval #VCE_ERROR_NONE Successful @retval #VCE_ERROR_INVALID_STATE Invalid state @retval #VCE_ERROR_OPERATION_FAILED Operation failed @retval #VCE_ERROR_OUT_OF_NETWORK Out of network @pre vce_set_recording_data_cb() is successful. @see vce_start_cb() @see vce_set_recording_data_cb() @see vce_send_result() @see vce_cancel_cb()

Implementation

typedef vce_stop_cb = ffi.Pointer<ffi.NativeFunction<vce_stop_cbFunction>>;