我正在尝试使用Watson Unity SDK附带的示例脚本"ExampleTextToSpeech“。但是,WatsonText to Speech示例在尝试合成时抛出错误。我假设默认值应该是正确的,因为我在北美地区,这对Watson Assistant和Speech to Text都有效。问题似乎出在Synthesize调用上。我列出了下面的错误。using UnityEngine;
using IBM.Watson.
我正在编写一个使用IBMWatsonSpeech to Text API的自动化脚本。检查下面的代码(我使用了IBM的Speech to Text文档)。require "ibm_watson/authenticators"
require "ibm_watson/speech_to_text_v1"