[][src]Function deepspeech_sys::DS_IntermediateDecode

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

@brief Compute the intermediate decoding of an ongoing streaming inference.

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

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