[][src]Function deepspeech_sys::DS_FinishStreamWithMetadata

pub unsafe extern "C" fn DS_FinishStreamWithMetadata(
    aSctx: *mut StreamingState
) -> *mut Metadata

@brief Signal the end of an audio signal to an ongoing streaming inference, returns per-letter metadata.

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

@return Outputs a struct of individual letters along with their timing information. The user is responsible for freeing Metadata by calling {@link DS_FreeMetadata()}. Returns NULL on error.

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