我正在尝试在我的项目中实现WatsonCloud,但是遇到以下错误:
Extra argument 'username' in call
以下是文档中的以下代码
let speechToText = SpeechToText(username: "XX", password: "XX")
但是当在带有SpeechToTextV1 Framework的项目中使用它时,它实际上不起作用。
答案 0 :(得分:0)
SpeechtoText仅接受一个作为身份验证者的参数。可以使用 WatsonBasicAuthenticator 创建。您可以从以下链接检查: https://cloud.ibm.com/apidocs/speech-to-text/speech-to-text?code=swift#authentication