KTextAddons

whisperspeechtotextpluginjob.h
1/*
2 SPDX-FileCopyrightText: 2023-2024 Laurent Montel <montel.org>
3
4 SPDX-License-Identifier: GPL-2.0-or-later
5*/
6#pragma once
7
8#include <QObject>
9
10class WhisperSpeechToTextPluginJob : public QObject
11{
13public:
14 explicit WhisperSpeechToTextPluginJob(QObject *parent = nullptr);
15 ~WhisperSpeechToTextPluginJob() override;
16
17 void start();
18};
Q_OBJECTQ_OBJECT
QObject * parent() const const
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.