[][src]Function deepspeech_sys::DS_FinishStream

pub unsafe extern "C" fn DS_FinishStream(
    aSctx: *mut StreamingState
) -> *mut c_char

@brief Signal the end of an audio signal to an ongoing streaming inference, returns the STT result over the whole audio signal.

@param aSctx A streaming state pointer returned by {@link DS_SetupStream()}.

@return The STT result. The user is responsible for freeing the string using {@link DS_FreeString()}.

@note This method will free the state pointer (@p aSctx).