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
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
final
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.