Not documented.
- Annotations
- DocsEditable()
- DomName('SpeechSynthesisUtterance')
- Experimental()
- Extends
- Object
- EventTarget
- SpeechSynthesisUtterance
Constants
-
EventStreamProvider<SpeechSynthesisEvent>
boundaryEvent
=
const EventStreamProvider<SpeechSynthesisEvent>
('boundary') -
constStatic factory designed to expose
boundary
events to event handlers that are not necessarily instances of SpeechSynthesisUtterance. -
EventStreamProvider<SpeechSynthesisEvent>
endEvent
=
const EventStreamProvider<SpeechSynthesisEvent>
('end') -
constStatic factory designed to expose
end
events to event handlers that are not necessarily instances of SpeechSynthesisUtterance. -
EventStreamProvider<Event>
errorEvent
=
const EventStreamProvider<Event>
('error') -
constStatic factory designed to expose
error
events to event handlers that are not necessarily instances of SpeechSynthesisUtterance. -
EventStreamProvider<SpeechSynthesisEvent>
markEvent
=
const EventStreamProvider<SpeechSynthesisEvent>
('mark') -
constStatic factory designed to expose
mark
events to event handlers that are not necessarily instances of SpeechSynthesisUtterance. -
EventStreamProvider<Event>
pauseEvent
=
const EventStreamProvider<Event>
('pause') -
constStatic factory designed to expose
pause
events to event handlers that are not necessarily instances of SpeechSynthesisUtterance. -
EventStreamProvider<SpeechSynthesisEvent>
resumeEvent
=
const EventStreamProvider<SpeechSynthesisEvent>
('resume') -
constStatic factory designed to expose
resume
events to event handlers that are not necessarily instances of SpeechSynthesisUtterance. -
EventStreamProvider<SpeechSynthesisEvent>
startEvent
=
const EventStreamProvider<SpeechSynthesisEvent>
('start') -
constStatic factory designed to expose
start
events to event handlers that are not necessarily instances of SpeechSynthesisUtterance.
Properties
- String lang
-
read / write
- Events on
-
read-only, inheritedThis is an ease-of-use accessor for event streams which should only be used when an explicit accessor is not available.
- Stream<SpeechSynthesisEvent> onBoundary
-
read-onlyStream of
boundary
events handled by thisSpeechSynthesisUtterance
. - Stream<SpeechSynthesisEvent> onEnd
-
read-onlyStream of
end
events handled by thisSpeechSynthesisUtterance
. - Stream<Event> onError
-
read-onlyStream of
error
events handled by thisSpeechSynthesisUtterance
. - Stream<SpeechSynthesisEvent> onMark
-
read-onlyStream of
mark
events handled by thisSpeechSynthesisUtterance
. - Stream<Event> onPause
-
read-onlyStream of
pause
events handled by thisSpeechSynthesisUtterance
. - Stream<SpeechSynthesisEvent> onResume
-
read-onlyStream of
resume
events handled by thisSpeechSynthesisUtterance
. - Stream<SpeechSynthesisEvent> onStart
-
read-onlyStream of
start
events handled by thisSpeechSynthesisUtterance
. - num pitch
-
read / write
- num rate
-
read / write
- String text
-
read / write
- SpeechSynthesisVoice voice
-
read / write
- num volume
-
read / write
Constructors
- SpeechSynthesisUtterance([String text])