SpeechSynthesisErrorCodeOptions enum
Values
- audioBusy → const SpeechSynthesisErrorCodeOptions
-
const SpeechSynthesisErrorCodeOptions(r'audio-busy')
- audioHardware → const SpeechSynthesisErrorCodeOptions
-
const SpeechSynthesisErrorCodeOptions(r'audio-hardware')
- canceled → const SpeechSynthesisErrorCodeOptions
-
const SpeechSynthesisErrorCodeOptions(r'canceled')
- interrupted → const SpeechSynthesisErrorCodeOptions
-
const SpeechSynthesisErrorCodeOptions(r'interrupted')
- invalidArgument → const SpeechSynthesisErrorCodeOptions
-
const SpeechSynthesisErrorCodeOptions(r'invalid-argument')
-
const SpeechSynthesisErrorCodeOptions(r'language-unavailable')
- network → const SpeechSynthesisErrorCodeOptions
-
const SpeechSynthesisErrorCodeOptions(r'network')
- notAllowed → const SpeechSynthesisErrorCodeOptions
-
const SpeechSynthesisErrorCodeOptions(r'not-allowed')
- synthesisFailed → const SpeechSynthesisErrorCodeOptions
-
const SpeechSynthesisErrorCodeOptions(r'synthesis-failed')
-
const SpeechSynthesisErrorCodeOptions(r'synthesis-unavailable')
- textTooLong → const SpeechSynthesisErrorCodeOptions
-
const SpeechSynthesisErrorCodeOptions(r'text-too-long')
-
const SpeechSynthesisErrorCodeOptions(r'voice-unavailable')
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
SpeechSynthesisErrorCodeOptions> - A constant List of the values in this enum, in order of their declaration.