6#include "whisperspeechtotextclient.h"
7#include "whisperspeechtotextplugin.h"
8#include <KLocalizedString>
10WhisperSpeechToTextClient::WhisperSpeechToTextClient(
QObject *parent)
11 : TextSpeechToText::SpeechToTextClient{parent}
15WhisperSpeechToTextClient::~WhisperSpeechToTextClient() =
default;
17QString WhisperSpeechToTextClient::name()
const
19 return QStringLiteral(
"whisper");
22QString WhisperSpeechToTextClient::translatedName()
const
24 return i18n(
"Whisper");
27TextSpeechToText::SpeechToTextClient::EngineType WhisperSpeechToTextClient::engineType()
const
29 return TextSpeechToText::SpeechToTextClient::Locale;
32TextSpeechToText::SpeechToTextPlugin *WhisperSpeechToTextClient::createTextToSpeech()
34 return new WhisperSpeechToTextPlugin;
37#include "moc_whisperspeechtotextclient.cpp"
QString i18n(const char *text, const TYPE &arg...)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:29:59 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.