微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

Google文字语音转换--数据-失败

如何解决Google文字语音转换--数据-失败

示例文本中出现错误。...

  `curl -H "Authorization: Bearer $(gcloud auth application-default print-access-token)" \
 >>   -H "Content-Type: application/json; charset=utf-8" \
 >>   --data "{
 >>     'input':{
 >>       'text':'Android is a mobile operating system developed by Google,>>          based on the Linux kernel and designed primarily for
 >>          touchscreen mobile devices such as smartphones and tablets.'
 >>     },>>     'voice':{
 >>       'languageCode':'en-gb',>>       'name':'en-GB-Standard-A',>>       'ssmlGender':'FEMALE'
 >>     },>>     'audioConfig':{
 >>       'audioEncoding':'MP3'
 >>     }
 >>   }" "https://texttospeech.googleapis.com/v1/text:synthesize" > synthesize-text.txt
 At line:3 char:5
+   --data "{
+     ~
Missing expression after unary operator '--'.
At line:3 char:5
+   --data "{
+     ~~~~
Unexpected token 'data' in expression or statement.
At line:3 char:9
  • -数据“ {

    •     ~
      

    “数据”部分缺少其语句块。 在第17行:char:6

    • }“” https://texttospeech.googleapis.com/v1/text:synthesize“>合成器...
    •  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      

    表达式或语句中出现意外的标记““ https://texttospeech.googleapis.com/v1/text:synthesize”“。

    • CategoryInfo:ParserError:(:) [],ParentContainsErrorRecordException
    • FullyQualifiedErrorId:MissingExpressionAfterOperator

    PS C:\ Program Files(x86)\ Google \ Cloud SDK>

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。