java.lang.Object
io.qt.QtObject
io.qt.texttospeech.QTextToSpeechPlugin
- All Implemented Interfaces:
QtObjectInterface
The base for all text-to-speech plug-ins
Java wrapper for Qt class QTextToSpeechPlugin
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateTextToSpeechEngine
(Map<String, ? extends Object> parameters, QObject parent) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QTextToSpeechPlugin
public QTextToSpeechPlugin()See
QTextToSpeechPlugin::
QTextToSpeechPlugin()
-
-
Method Details
-
createTextToSpeechEngine
@QtUninvokable public QTextToSpeechEngine createTextToSpeechEngine(Map<String, ? extends Object> parameters, QObject parent) throws QTextToSpeechPlugin.CreateException- Parameters:
parameters
-parent
-- Returns:
- Throws:
QTextToSpeechPlugin.CreateException
-