Changed the comment to the API GetKeywordResult input parameter description (#937)

This commit is contained in:
FakeEnd
2024-05-29 12:45:58 +08:00
committed by GitHub
parent b4f1006864
commit a6c9b7986f

View File

@@ -623,7 +623,7 @@ SHERPA_ONNX_API void DecodeMultipleKeywordStreams(
/// Get the decoding results so far for an OnlineStream. /// Get the decoding results so far for an OnlineStream.
/// ///
/// @param recognizer A pointer returned by CreateKeywordSpotter(). /// @param spotter A pointer returned by CreateKeywordSpotter().
/// @param stream A pointer returned by CreateKeywordStream(). /// @param stream A pointer returned by CreateKeywordStream().
/// @return A pointer containing the result. The user has to invoke /// @return A pointer containing the result. The user has to invoke
/// DestroyKeywordResult() to free the returned pointer to /// DestroyKeywordResult() to free the returned pointer to