java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.texttospeech.QTextToSpeechPlugin
- All Implemented Interfaces:
QtObjectInterface
public class QTextToSpeechPlugin extends QtObject
The base for all text-to-speech plug-ins
Java wrapper for Qt class QTextToSpeechPlugin
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QTextToSpeechPlugin.CreateException
-
Constructor Summary
Constructors Modifier Constructor Description QTextToSpeechPlugin()
protected
QTextToSpeechPlugin(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QTextToSpeechEngine
createTextToSpeechEngine(Map<String,Object> parameters, QObject parent)
-
Constructor Details
-
QTextToSpeechPlugin
public QTextToSpeechPlugin() -
QTextToSpeechPlugin
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
createTextToSpeechEngine
@QtUninvokable public QTextToSpeechEngine createTextToSpeechEngine(Map<String,Object> parameters, QObject parent) throws QTextToSpeechPlugin.CreateException
-