Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Speech Recognition API
Search
Igor Halfeld
September 01, 2017
Programming
0
41
Speech Recognition API
Igor Halfeld
September 01, 2017
Tweet
Share
More Decks by Igor Halfeld
See All by Igor Halfeld
Modular monoliths with fastify
igorhalfeld
0
180
How to migrate legacy frontend?
igorhalfeld
1
120
Patterns for perfect components in Vue.js
igorhalfeld
0
110
Clean Architecture no Front-end (update 2021-05-11)
igorhalfeld
0
52
Step by step I followed a career in software
igorhalfeld
0
700
Using AI to create memes
igorhalfeld
0
520
Deninho, the TS children
igorhalfeld
1
210
Micro Front-ends, what they don't tell you
igorhalfeld
0
380
CSS in JavaScripto, the anti-pattern that is good
igorhalfeld
1
89
Other Decks in Programming
See All in Programming
個人軟體時代
ethanhuang13
0
310
Putting The Genie in the Bottle - A Crash Course on running LLMs on Android
iurysza
0
110
Microsoft Orleans, Daprのアクターモデルを使い効率的に開発、デプロイを行うためのSekibanの試行錯誤 / Sekiban: Exploring Efficient Development and Deployment with Microsoft Orleans and Dapr Actor Models
tomohisa
0
240
Oracle Database Technology Night 92 Database Connection control FAN-AC
oracle4engineer
PRO
1
400
旅行プランAIエージェント開発の裏側
ippo012
2
850
モバイルアプリからWebへの横展開を加速した話_Claude_Code_実践術.pdf
kazuyasakamoto
0
310
コンテキストエンジニアリング Cursor編
kinopeee
1
760
FindyにおけるTakumi活用と脆弱性管理のこれから
rvirus0817
0
410
もうちょっといいRubyプロファイラを作りたい (2025)
osyoyu
0
260
TanStack DB ~状態管理の新しい考え方~
bmthd
2
480
AIでLINEスタンプを作ってみた
eycjur
1
220
🔨 小さなビルドシステムを作る
momeemt
3
660
Featured
See All Featured
A better future with KSS
kneath
239
17k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
358
30k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
The Invisible Side of Design
smashingmag
301
51k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.9k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.4k
Music & Morning Musume
bryan
46
6.8k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Art, The Web, and Tiny UX
lynnandtonic
302
21k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Transcript
Speech Recognition API
Quem sou eu?
None
None
None
None
Como eu uso esse cara?
var r = new webkitSpeechRecognition() r.lang = ‘pt-BR’ r.start()
... r.onresult = evt => { } const txt =
evt.results[0][0].transcript console.log(txt)
None
continuous interimResults grammars lang maxAlternatives onaudioend onaudiostart onend onerror onnomatch
onresult onsoundend onsoundstart onspeechend onspeechstart onstart
None
DEMO
http://goo.gl/iz1hL4
None