coqui_stt_sys

Function STT_IntermediateDecode

Source
pub unsafe extern "C" fn STT_IntermediateDecode(
    aSctx: *const StreamingState,
) -> *mut c_char
Expand description

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

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

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