提供: Bright Pattern Documentation
移動先: 案内検索
Created page with "この記事では、上記の操作と、Watson音声合成統合アカウントで音声読み上げ方法について説明します。"
Created page with "== 手順 == === ステップ 1:コンタクトセンター管理者アプリケーションの統合アカウントプロパティへ進みます。 === # ''コンタクト..."
Line 6: Line 6:
この記事では、上記の操作と、Watson音声合成統合アカウントで音声読み上げ方法について説明します。
この記事では、上記の操作と、Watson音声合成統合アカウントで音声読み上げ方法について説明します。


== Procedure ==
== 手順 ==
=== Step 1: Go to Integration Account Properties in Contact Center Administrator ===
=== ステップ 1:コンタクトセンター管理者アプリケーションの統合アカウントプロパティへ進みます。 ===
# In ''Contact Center Administrator > Call Center Configuration > Integration Accounts'', add a new '''Text to Speech''' integration account.<br /><br />
# ''コンタクトセンター管理者アプリケーション > コールセンター設定 > 統合アカウント''で新しい'''音声合成'''統合アカウントを追加します。 <br /><br />
# Select '''Watson''' as the account type.<br /><br />[[File:Watson-TTS-Integration-54.PNG|800px|thumb|center|Select the type of TTS integration account]]<br /><br />
# アカウントタイプとして '''Watson''' を選択します。<br /><br />[[File:Watson-TTS-Integration-54.PNG|800px|thumb|center| TTS統合アカウントのタイプを選択します。]]<br /><br />
# The [[Contact-center-administrator-guide/IntegrationAccounts/TextToSpeech | Text to Speech integration account properties]] will open.<br /><br />[[File:TTS-Watson-Integration-unloaded-5312.png|450px|thumb|center|Watson IBM Text to Speech integration account properties]]<br /><br />
# [[Contact-center-administrator-guide/IntegrationAccounts/TextToSpeech | 音声合成統合アカウントプロパティ]]が開きます。 <br /><br />[[File:TTS-Watson-Integration-unloaded-5312.png|450px|thumb|center|Watson IBM 音声合成統合アカウントプロパティ]]<br /><br />
# Set the '''URL''' of your IBM Text to Speech service instance URL. You can find the URL in your Text to Speech service credentials. For example: https://api.us-south.text-to-speech.watson.cloud.ibm.com/instances/0123a4c0-5d67-8cec-9c10-a0cdbb1234b5<br /><br />
# IBM 音声合成サービスの '''URL''' を設定します。URLは、音声合成サービスの認証情報で確認できます。例: https://api.us-south.text-to-speech.watson.cloud.ibm.com/instances/0123a4c0-5d67-8cec-9c10-a0cdbb1234b5<br /><br />
# Set the '''API Key''', which is found on IBM Cloud in your Text to Speech service credentials.<br /><br />
# IBM Cloudの音声合成サービスの認証情報に含まれる '''API キー'''を設定します。<br /><br />
# The '''Load Voices''' property is grayed out and you cannot click it until you proceed with Step 2.<br /><br />
# '''音声読み上げ'''プロパティはグレー色で表示され、ステップ2へ進むまでクリックできません。<br /><br />


=== Step 2: List Voices in IBM Cloud ===
=== Step 2: List Voices in IBM Cloud ===

Revision as of 20:17, 6 April 2020

• English

IBM Cloud 音声合成 APIの音声読み上げ方法

IBM Cloud 音声合成統合アカウントはIBM Cloud API 認証情報を使い、Bright PatternコンタクトセンターをIBMのTTS エンジンに接続します。 統合を設定すると、サポートされている多数の言語で音声プロンプトを作成して、ボットの応答を自動化できます。

このような統合アカウントを設定するには、 音声リスト化という APIメソッドを使って、IBMから利用可能な音声のリストを取得する必要があります。

この記事では、上記の操作と、Watson音声合成統合アカウントで音声読み上げ方法について説明します。

手順

ステップ 1:コンタクトセンター管理者アプリケーションの統合アカウントプロパティへ進みます。

  1. コンタクトセンター管理者アプリケーション > コールセンター設定 > 統合アカウントで新しい音声合成統合アカウントを追加します。

  2. アカウントタイプとして Watson を選択します。

    TTS統合アカウントのタイプを選択します。


  3. 音声合成統合アカウントプロパティが開きます。

    Watson IBM 音声合成統合アカウントプロパティ


  4. IBM 音声合成サービスの URL を設定します。URLは、音声合成サービスの認証情報で確認できます。例: https://api.us-south.text-to-speech.watson.cloud.ibm.com/instances/0123a4c0-5d67-8cec-9c10-a0cdbb1234b5

  5. IBM Cloudの音声合成サービスの認証情報に含まれる API キーを設定します。

  6. 音声読み上げプロパティはグレー色で表示され、ステップ2へ進むまでクリックできません。

Step 2: List Voices in IBM Cloud

This step uses IBM Cloud's List Voices and Get Voices API methods.

  1. In your web browser, go to https://<your-ibm-tts-instance-url>/v1/voices. For example: https://api.us-south.text-to-speech.watson.cloud.ibm.com/instances/0123a4c0-5d67-8cec-9c10-a0cdbb1234b5/v1/voices

  2. Authenticate with your IBM Text to Speech credentials:
    1. Username - apikey

    2. Password - The same Text to Speech API key as set in the integration account properties



  3. A list of known models (voices) will be shown in JSON.

  4. You may optionally select the URLs for the individual models and open them in your browser to get more information.

Step 3: Load Voices

  1. Go back to the Contact Center Administrator application, to the Watson TTS integration account properties, and click Load Voices. This may take a few minutes. If the voices field still says "empty" after clicking Load Voices, wait a few more minutes and try again.

  2. When the voices are loaded, a message will display the date they were added: “Loaded on XX/XX/XX.”

    Example of voices loaded on <date>


  3. Click Apply to save your changes.
    < 前へ