TextToSpeechKt
Toggle table of contents
3.0
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
js
wasmJs
webCommonW3C
Platform filter
js
wasmJs
webCommonW3C
Switch theme
Search in API
TextToSpeechKt
tts
/
js_interop
Package-level
declarations
Types
Functions
Properties
Types
Js
Any
Link copied to clipboard
js
wasmJs
webCommonW3C
actual
external
interface
JsAny
actual
typealias
JsAny
=
kotlin.js.JsAny
expect
interface
JsAny
Window
Link copied to clipboard
js
wasmJs
webCommonW3C
actual
typealias
Window
=
org.w3c.dom.Window
actual
typealias
Window
=
org.w3c.dom.Window
expect
abstract
class
Window
Properties
is
Speech
Synthesis
Supported
Link copied to clipboard
js
wasmJs
webCommonW3C
actual
val
isSpeechSynthesisSupported
:
Boolean
actual
val
isSpeechSynthesisSupported
:
Boolean
expect
val
isSpeechSynthesisSupported
:
Boolean
window
Link copied to clipboard
js
wasmJs
webCommonW3C
actual
val
window
:
Window
actual
val
window
:
Window
expect
val
window
:
Window
Functions
get
Browser
Synthesis
Link copied to clipboard
wasmJs
external
fun
getBrowserSynthesis
(
)
:
SpeechSynthesis
get
Is
Speech
Synthesis
Supported
Link copied to clipboard
wasmJs
external
fun
getIsSpeechSynthesisSupported
(
)
:
Boolean
get
Speech
Synthesis
Link copied to clipboard
js
wasmJs
webCommonW3C
actual
fun
getSpeechSynthesis
(
window
:
Window
)
:
SpeechSynthesis
actual
fun
getSpeechSynthesis
(
window
:
Window
)
:
SpeechSynthesis
expect
fun
getSpeechSynthesis
(
window
:
Window
)
:
SpeechSynthesis
get
Voice
List
Link copied to clipboard
js
wasmJs
webCommonW3C
actual
fun
getVoiceList
(
speechSynthesis
:
SpeechSynthesis
)
:
Array
<
SpeechSynthesisVoice
>
actual
fun
getVoiceList
(
speechSynthesis
:
SpeechSynthesis
)
:
Array
<
SpeechSynthesisVoice
>
expect
fun
getVoiceList
(
speechSynthesis
:
SpeechSynthesis
)
:
Array
<
SpeechSynthesisVoice
>