FakeEnd
Committed by GitHub

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

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