From 140478fab45bae394365910be83c602238dee415 Mon Sep 17 00:00:00 2001 From: MDN Date: Wed, 9 Feb 2022 00:57:26 +0000 Subject: [CRON] sync translated content --- .../speechrecognition/speechend_event/index.html | 62 ++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 files/ja/web/api/speechrecognition/speechend_event/index.html (limited to 'files/ja/web/api/speechrecognition/speechend_event') diff --git a/files/ja/web/api/speechrecognition/speechend_event/index.html b/files/ja/web/api/speechrecognition/speechend_event/index.html new file mode 100644 index 0000000000..191af620ef --- /dev/null +++ b/files/ja/web/api/speechrecognition/speechend_event/index.html @@ -0,0 +1,62 @@ +--- +title: SpeechRecognition.onspeechend +slug: Web/API/SpeechRecognition/speechend_event +tags: + - API + - Experimental + - Property + - Reference + - SpeechRecognition + - Web Speech API + - onspeechend + - recognition + - speech +translation_of: Web/API/SpeechRecognition/onspeechend +original_slug: Web/API/SpeechRecognition/onspeechend +--- +
{{APIRef("Web Speech API")}}{{SeeCompatTable}}
+ +

{{domxref("SpeechRecognition")}} インターフェイスの onspeechend プロパティは、認識できる音声が検出し終えた時に (speechend イベントが発生した時)、実行されるイベントハンドラーになります。

+ +

構文

+ +
mySpeechRecognition.onspeechend = function() { ... };
+
+ +

+ +
recognition.onspeechend = function() {
+  console.log('音声の検出が終わりました。');
+}
+
+ +

仕様

+ + + + + + + + + + + + + + +
仕様状態コメント
{{SpecName('Web Speech API', '#dfn-onspeechend', 'onspeechend')}}{{Spec2('Web Speech API')}}
+ +

ブラウザー実装状況

+ +
+ + +

{{Compat("api.SpeechRecognition.onspeechend")}}

+
+ +

関連情報

+ + -- cgit v1.2.3-54-g00ecf