SpeechSynthesisErrorCodeOptions enum

Inheritance

Constructors

SpeechSynthesisErrorCodeOptions(String value)
const

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')
languageUnavailable → const SpeechSynthesisErrorCodeOptions
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')
synthesisUnavailable → const SpeechSynthesisErrorCodeOptions
const SpeechSynthesisErrorCodeOptions(r'synthesis-unavailable')
textTooLong → const SpeechSynthesisErrorCodeOptions
const SpeechSynthesisErrorCodeOptions(r'text-too-long')
voiceUnavailable → const SpeechSynthesisErrorCodeOptions
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
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.