小编Kaa*_*kci的帖子

如何使用Google Cloud Vision API客户端来节点检测多种类型

我正在尝试使用@ google-cloud/vision软件包向Google Vision API发送请求.有没有办法在不执行以下操作的情况下执行多次检测:

client
  .labelDetection(link)
  .then(...)

client
  .safeSearchDetection(link)
  .then(...)
Run Code Online (Sandbox Code Playgroud)

谢谢!

node.js google-cloud-platform google-vision

3
推荐指数
1
解决办法
1205
查看次数