diff options
Diffstat (limited to 'files/ja/web/api/speechrecognition/onspeechend/index.html')
-rw-r--r-- | files/ja/web/api/speechrecognition/onspeechend/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/speechrecognition/onspeechend/index.html b/files/ja/web/api/speechrecognition/onspeechend/index.html index a5c774f79e..e6df50a2b2 100644 --- a/files/ja/web/api/speechrecognition/onspeechend/index.html +++ b/files/ja/web/api/speechrecognition/onspeechend/index.html @@ -15,7 +15,7 @@ translation_of: Web/API/SpeechRecognition/onspeechend --- <div>{{APIRef("Web Speech API")}}{{SeeCompatTable}}</div> -<p>{{domxref("SpeechRecognition")}} インターフェイスの <strong><code>onspeechend</code></strong> プロパティは、認識できる音声が検出し終えた時に (<code><a href="https://wiki.developer.mozilla.org/ja/docs/Web/API/SpeechRecognition/speechend_event">speechend</a></code> イベントが発生した時)、実行されるイベントハンドラーになります。</p> +<p>{{domxref("SpeechRecognition")}} インターフェイスの <strong><code>onspeechend</code></strong> プロパティは、認識できる音声が検出し終えた時に (<code><a href="/ja/docs/Web/API/SpeechRecognition/speechend_event">speechend</a></code> イベントが発生した時)、実行されるイベントハンドラーになります。</p> <h2 id="Syntax" name="Syntax">構文</h2> |