7#include "googlespeechtotextplugin.h"
9GoogleSpeechToTextPlugin::GoogleSpeechToTextPlugin(
QObject *parent)
10 : TextSpeechToText::SpeechToTextPlugin{parent}
14GoogleSpeechToTextPlugin::~GoogleSpeechToTextPlugin() =
default;
16void GoogleSpeechToTextPlugin::speechToText()
18 qWarning() <<
"Not implemented yet";
22int GoogleSpeechToTextPlugin::sampleRate()
const
27QIODevice *GoogleSpeechToTextPlugin::audioDevice()
const
29 qWarning() <<
"Not implemented yet";
33bool GoogleSpeechToTextPlugin::loadSettings()
35 qWarning() <<
"Not implemented yet";
40void GoogleSpeechToTextPlugin::clear()
42 qWarning() <<
"Not implemented yet";
46#include "moc_googlespeechtotextplugin.cpp"
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.