2 * Copyright (C) 2005-2022 Team Kodi
3 * This file is part of Kodi - https://kodi.tv
5 * SPDX-License-Identifier: GPL-2.0-or-later
6 * See LICENSES/README.md for more information.
15 class ISpeechRecognitionListener
;
17 class ISpeechRecognition
20 static std::shared_ptr
<speech::ISpeechRecognition
> CreateInstance();
22 virtual ~ISpeechRecognition() = default;
24 virtual void StartSpeechRecognition(
25 const std::shared_ptr
<speech::ISpeechRecognitionListener
>& listener
) = 0;