Committed by
GitHub
Changed the comment to the API GetKeywordResult input parameter description (#937)
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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 |
-
请 注册 或 登录 后发表评论