com.google.firebase:firebase-ml-vision:24.1.0 //used by 1.class com.google.android.gms.internal.vision.zzbn found in modules play-services-vision-common-19.1.3class com.google.android.gms.internal.vision.zzbo found in mod
我已经将Base64数据发送到GoogleVision API,它在我的一台web服务器上工作,但在另一台web服务器上不工作。我收到错误:'requests.image.content‘(TYPE_BYTES)处的值无效,Base64解码失败,"... base64 data here ...“
我在两个服务器上尝试了一个不同的图像,它在两个web服务器上都有效,GoogleVision API返回了良好的结果。我从两个The
我已经按照文档安装了google-cloud-vision库。由于某种原因,无法从google.cloud.vision导入types。下面是抛出错误的代码行: from google.cloud import vision
from google.cloud.vision import types # this line throws
对于一个应用程序,我必须使用Google。我能够使用from google.cloud import vision并在我的电脑中做图像分析。但是,当我在开发服务器上部署我的应用程序时,我会出错: from google.cloud import\vision\client.py", line 23, in <module>
class com.google.android.gms.internal.vision.zze found in modules jetified-play-services-vision-20.0.0-runtime (com.google.android.gms:play-services-vision:20.0.0) and jetified-play-services-vision-common-19.1.0-runtime (com.google.andro