MobX i18n
Preparing search index...
SpeechSynthesisModel
Class SpeechSynthesisModel
Index
Constructors
constructor
Properties
i18n?
Accessors
language
state
Methods
clear
speak
toggle
get
Readable
Text
get
Selected
Text
get
Voices
walk
Constructors
constructor
new
SpeechSynthesisModel
(
i18n
?:
TranslationModel
<
any
,
any
>
,
)
:
SpeechSynthesisModel
Parameters
Optional
i18n
:
TranslationModel
<
any
,
any
>
Returns
SpeechSynthesisModel
Properties
Optional
i18n
i18n
?:
TranslationModel
<
any
,
any
>
Accessors
language
get
language
()
:
any
Returns
any
state
state
:
any
Methods
clear
clear
()
:
void
Returns
void
speak
speak
(
text
:
string
)
:
Promise
<
void
>
Parameters
text
:
string
Returns
Promise
<
void
>
toggle
toggle
()
:
void
Returns
void
Static
get
Readable
Text
getReadableText
(
box
?:
Element
)
:
string
Parameters
Optional
box
:
Element
Returns
string
Static
get
Selected
Text
getSelectedText
(
box
?:
Element
)
:
string
Parameters
Optional
box
:
Element
Returns
string
Static
get
Voices
getVoices
()
:
Promise
<
SpeechSynthesisVoice
[]
>
Returns
Promise
<
SpeechSynthesisVoice
[]
>
Static
walk
walk
(
range
:
Range
)
:
Generator
<
Node
,
void
,
unknown
>
Parameters
range
:
Range
Returns
Generator
<
Node
,
void
,
unknown
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
i18n
Accessors
language
state
Methods
clear
speak
toggle
get
Readable
Text
get
Selected
Text
get
Voices
walk
MobX i18n
Loading...