KTextAddons

textspeechtotextutil.cpp
1/*
2 SPDX-FileCopyrightText: 2023-2025 Laurent Montel <montel@kde.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-2025 The KDE developers.
Generated on Fri Jan 3 2025 11:46:56 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.