Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Dart
  2. dart:html
  3. SpeechRecognition class
SpeechRecognition
description

SpeechRecognition class

Inheritance
Annotations
  • @SupportedBrowser.new(SupportedBrowser.CHROME, '25')
  • @Native.new("SpeechRecognition,webkitSpeechRecognition")

Constructors

SpeechRecognition()
factory

Properties

audioTrackMediaStreamTrack?
getter/setter pair
continuousbool?
getter/setter pair
grammarsSpeechGrammarList?
getter/setter pair
hashCodeint
The hash code for this object.
no setterinherited
interimResultsbool?
getter/setter pair
langString?
getter/setter pair
maxAlternativesint?
getter/setter pair
onEvents
This is an ease-of-use accessor for event streams which should only beused when an explicit accessor is not available.
no setterinherited
onAudioEndStream<Event>
Stream ofaudioend events handled by thisSpeechRecognition.
no setter
onAudioStartStream<Event>
Stream ofaudiostart events handled by thisSpeechRecognition.
no setter
onEndStream<Event>
Stream ofend events handled by thisSpeechRecognition.
no setter
onErrorStream<SpeechRecognitionError>
Stream oferror events handled by thisSpeechRecognition.
no setter
onNoMatchStream<SpeechRecognitionEvent>
Stream ofnomatch events handled by thisSpeechRecognition.
no setter
onResultStream<SpeechRecognitionEvent>
Stream ofresult events handled by thisSpeechRecognition.
no setter
onSoundEndStream<Event>
Stream ofsoundend events handled by thisSpeechRecognition.
no setter
onSoundStartStream<Event>
Stream ofsoundstart events handled by thisSpeechRecognition.
no setter
onSpeechEndStream<Event>
Stream ofspeechend events handled by thisSpeechRecognition.
no setter
onSpeechStartStream<Event>
Stream ofspeechstart events handled by thisSpeechRecognition.
no setter
onStartStream<Event>
Stream ofstart events handled by thisSpeechRecognition.
no setter
runtimeTypeType
A representation of the runtime type of the object.
no setterinherited

Methods

abort()→ void
addEventListener(Stringtype,EventListener?listener, [bool?useCapture])→ void
inherited
dispatchEvent(Eventevent)bool
inherited
noSuchMethod(Invocationinvocation)→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeEventListener(Stringtype,EventListener?listener, [bool?useCapture])→ void
inherited
start()→ void
stop()→ void
toString()String
A string representation of this object.
inherited

Operators

operator ==(Objectother)bool
The equality operator.
inherited

Static Properties

supportedbool
Checks if this type is supported on the current platform.
no setter

Constants

audioEndEvent→ constEventStreamProvider<Event>
Static factory designed to exposeaudioend events to eventhandlers that are not necessarily instances ofSpeechRecognition.
audioStartEvent→ constEventStreamProvider<Event>
Static factory designed to exposeaudiostart events to eventhandlers that are not necessarily instances ofSpeechRecognition.
endEvent→ constEventStreamProvider<Event>
Static factory designed to exposeend events to eventhandlers that are not necessarily instances ofSpeechRecognition.
errorEvent→ constEventStreamProvider<SpeechRecognitionError>
Static factory designed to exposeerror events to eventhandlers that are not necessarily instances ofSpeechRecognition.
noMatchEvent→ constEventStreamProvider<SpeechRecognitionEvent>
Static factory designed to exposenomatch events to eventhandlers that are not necessarily instances ofSpeechRecognition.
resultEvent→ constEventStreamProvider<SpeechRecognitionEvent>
Static factory designed to exposeresult events to eventhandlers that are not necessarily instances ofSpeechRecognition.
soundEndEvent→ constEventStreamProvider<Event>
Static factory designed to exposesoundend events to eventhandlers that are not necessarily instances ofSpeechRecognition.
soundStartEvent→ constEventStreamProvider<Event>
Static factory designed to exposesoundstart events to eventhandlers that are not necessarily instances ofSpeechRecognition.
speechEndEvent→ constEventStreamProvider<Event>
Static factory designed to exposespeechend events to eventhandlers that are not necessarily instances ofSpeechRecognition.
speechStartEvent→ constEventStreamProvider<Event>
Static factory designed to exposespeechstart events to eventhandlers that are not necessarily instances ofSpeechRecognition.
startEvent→ constEventStreamProvider<Event>
Static factory designed to exposestart events to eventhandlers that are not necessarily instances ofSpeechRecognition.
  1. Dart
  2. dart:html
  3. SpeechRecognition class
dart:html library

[8]ページ先頭

©2009-2025 Movatter.jp