就业培训
下载中心
Wiki
联络
登录
注册
首页
Qt 6.7.2
Qt TextToSpeech
QML 类型
TextToSpeech
List of All Members for TextToSpeech
这是完整成员列表为
TextToSpeech
,包括继承的成员。
engine
: string
engineCapabilities
: enumeration
(从 6.6 起)
engineParameters
: map
locale
: locale
pitch
: double
rate
: double
state
: enumeration
voice
: Voice
volume
: double
aboutToSynthesize
(number
id
)
(从 6.6 起)
list<string>
availableEngines
()
list<Voice>
availableLocales
()
list<Voice>
availableVoices
()
enqueue
(string
utterance
)
(从 6.6 起)
void
errorOccurred
(enumeration
reason
, string
errorString
)
enumeration
errorReason
()
string
errorString
()
list<voice>
findVoices
(map
criteria
)
(从 6.6 起)
pause
(BoundaryHint
boundaryHint
)
resume
()
say
(string
text
)
sayingWord
(string
word
, int
id
, int
start
, int
length
)
(从 6.6 起)
stop
(BoundaryHint
boundaryHint
)