Google Cloud TTSのカスタムボイスを設定する
前提条件
- Google Cloudが提供する音声名、位置、地域、機種、言語。 詳しくは、Google Cloud Text-to-Speech ドキュメントのCreate custom voices with Google Cloud Text-to-Speech およびCustom Voice quickstart をご覧ください。
カスタムボイスを使用するには、以下の手順でGoogle Cloud TTS統合を更新してください。
注記: カスタム Google TTS 音声は現在、Google Dialogflow 内でサポートされていません。
- 管理をクリックします。
- 統合で統合をクリックします。
- Google Cloud Text-to-Speech integration をクリックします。
- 設定 タブをクリックし、詳細 をクリックします。
- 次の JSON の例をコピーし、[詳細構成] フィールドに貼り付けます。この例の構成では、2 つのカスタム Google TTS 音声を使用します。1つの声だけを使う場合は、次のセクションを省略できます。
"en-US" }
。{ "customVoices": [ { "displayName": "My-Custom-Voices-1", "model": "projects/112345678901234/locations/us-central1/models/XXXXXXX-XXXX-XXXX-XXXX-XXXXXX", "language": "en-US" }, { "displayName": "My-Custom-Voices-2", "model": "projects/12345678901234/locations/us-central1/models/XXXXXXX-XXXX-XXXX-XXXX-XXXXXX", "language": "en-gb" } ] }