toggle menu
TextToSpeechKt
2.7
Select version
3.0
2.8
2.7
2.6
2.5
2.4
2.3
2.2
2.1
2.0
1.6
1.5
1.4
1.3
1.2
1.1
0.0
common
desktop
switch theme
search in API
tts
/
nl.marc_apps.tts
/
TextToSpeechFactory
Text
To
Speech
Factory
common
desktop
expect
class
TextToSpeechFactory
(
source
)
Factory class to create a Text-to-Speech instance.
actual
class
TextToSpeechFactory
(
source
)
Members
Constructors
Text
To
Speech
Factory
Link copied to clipboard
desktop
constructor
(
)
Properties
can
Change
Volume
Link copied to clipboard
common
desktop
expect
val
canChangeVolume
:
Boolean
actual
val
canChangeVolume
:
Boolean
=
true
is
Supported
Link copied to clipboard
common
desktop
expect
val
isSupported
:
Boolean
actual
val
isSupported
:
Boolean
=
true
Functions
create
Link copied to clipboard
common
desktop
expect
suspend
fun
create
(
)
:
Result
<
TextToSpeechInstance
>
actual
suspend
fun
create
(
)
:
Result
<
TextToSpeechInstance
>
create
Or
Null
Link copied to clipboard
common
desktop
expect
suspend
fun
createOrNull
(
)
:
TextToSpeechInstance
?
actual
suspend
fun
createOrNull
(
)
:
TextToSpeechInstance
?
create
Or
Throw
Link copied to clipboard
common
desktop
expect
suspend
fun
createOrThrow
(
)
:
TextToSpeechInstance
actual
suspend
fun
createOrThrow
(
)
:
TextToSpeechInstance