Function deepspeech_sys::DS_IntermediateDecode[][src]

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

@brief Compute the intermediate decoding of an ongoing streaming inference. This is an expensive process as the decoder implementation isn't currently capable of streaming, so it always starts from the beginning of the audio.

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

@return The STT intermediate result. The user is responsible for freeing the string.