6#include "googlespeechtotextclient.h"
7#include "googlespeechtotextplugin.h"
8#include <KLocalizedString>
10GoogleSpeechToTextClient::GoogleSpeechToTextClient(
QObject *parent)
11 : TextSpeechToText::SpeechToTextClient{parent}
15GoogleSpeechToTextClient::~GoogleSpeechToTextClient() =
default;
17QString GoogleSpeechToTextClient::name()
const
19 return QStringLiteral(
"google");
22QString GoogleSpeechToTextClient::translatedName()
const
24 return i18n(
"Google");
27TextSpeechToText::SpeechToTextClient::EngineType GoogleSpeechToTextClient::engineType()
const
29 return TextSpeechToText::SpeechToTextClient::Network;
32TextSpeechToText::SpeechToTextPlugin *GoogleSpeechToTextClient::createTextToSpeech()
34 return new GoogleSpeechToTextPlugin;
37#include "moc_googlespeechtotextclient.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.