From 03385cc9f4f157cec2e5fd05f35e6af646055908 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Tue, 14 Sep 2021 11:07:46 +0900 Subject: Web/API以下の文書内のリンクURLを正規化 (#2360) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - /en-US へのリンクを /ja へのリンクに修正 - /ja が付いていないものに /ja を付加 - MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正 --- files/ja/web/api/web_speech_api/index.html | 4 ++-- files/ja/web/api/web_speech_api/using_the_web_speech_api/index.html | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'files/ja/web/api/web_speech_api') diff --git a/files/ja/web/api/web_speech_api/index.html b/files/ja/web/api/web_speech_api/index.html index ae5f461b82..ab17eadc21 100644 --- a/files/ja/web/api/web_speech_api/index.html +++ b/files/ja/web/api/web_speech_api/index.html @@ -27,7 +27,7 @@ translation_of: Web/API/Web_Speech_API
  • 音声合成は、{{domxref("SpeechSynthesis")}} インターフェイス経由でアクセスされます。これは、プログラムに、そのテキストコンテンツを読み上げる機能を提供します (通常はデバイスのデフォルトの音声合成を経由)。異なる音声の種類は、{{domxref("SpeechSynthesisVoice")}} オブジェクトで表され、発話してほしいテキストの異なる部分は、{{domxref("SpeechSynthesisUtterance")}} オブジェクトで表されます。これらを {{domxref("SpeechSynthesis.speak()")}} メソッドに渡すことによって発話されます。
  • -

    これらの機能の使い方についての詳細は、Using the Web Speech API を参照してください。

    +

    これらの機能の使い方についての詳細は、Using the Web Speech API を参照してください。

    Web Speech API インターフェイス

    @@ -109,7 +109,7 @@ translation_of: Web/API/Web_Speech_API

    関連項目