KTextAddons

textspeechtotextutil.cpp
1/*
2 SPDX-FileCopyrightText: 2023-2024 Laurent Montel <montel.org>
3
4 SPDX-License-Identifier: GPL-2.0-or-later
5*/
6
7#include "textspeechtotextutil.h"
8
9using namespace TextSpeechToText;
10QString TextSpeechToTextUtil::groupTranslateName()
11{
12 return QStringLiteral("TextToSpeech");
13}
14
15QString TextSpeechToTextUtil::engineTextToSpeechName()
16{
17 return QStringLiteral("engine");
18}
19
20QString TextSpeechToTextUtil::defaultEngineName()
21{
22 return {};
23}
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Jul 26 2024 11:51:28 by doxygen 1.11.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.