文本内容无效:要处理的令牌(单词)太少

时间:2017-11-21 07:40:42

标签: php rest google-cloud-nl

截至11月20日星期一,我们在使用PHP SDK对注释API的请求时收到以下错误错误,现在看来允许的最小令牌数为20.这之前允许提交任意数量的单词。测试控制台仍然至少接受1个字https://cloud.google.com/natural-language/

任何人都可以确认这种变化是否是永久性的,如果是,那么min现在是20个单词?这给我们带来了一个重大问题,我发现没有关于这一变化的正式公告。

提前致谢...

{
"error": {
"code": 400,
"message": "Invalid text content: too few tokens (words) to process.",
"status": "INVALID_ARGUMENT",
"details": [
  {
    "@type": "type.googleapis.com/google.rpc.BadRequest",
    "fieldViolations": [
      {
        "field": "document",
        "description": "Invalid text content: too few tokens (words) to process."
      }
    ]
  }
 ]
}

0 个答案:

没有答案