[][src]Function deepspeech_sys::DS_ClearHotWords

pub unsafe extern "C" fn DS_ClearHotWords(aCtx: *mut ModelState) -> c_int

@brief Removes all elements from the hot-words map.

@param aCtx The ModelState pointer for the model being changed.

@return Zero on success, non-zero on failure (invalid arguments).