简体   繁体   English

Google Cloud Vision API限制和使用

[英]Google Cloud Vision API limit and usage

In my project I need to use the Google Vision API in order to know if an image uploaded by the user is rated as adult content or not. 在我的项目中,我需要使用Google Vision API,以便了解用户上传的图片是否被评为成人内容。

In their documentation page we have a pricing table Google Vision API Pricing in which we can see there is a free plan in which you have some limits. 在他们的文档页面中,我们有一个定价表Google Vision API Pricing ,我们可以看到有一个免费的计划,您有一些限制。 In order to start using this I needed to join the free trial and set a billing account. 为了开始使用此功能,我需要加入免费试用版并设置结算帐户。

My questions are the following: 我的问题如下:

  1. When the limits are reached, am I going to be billed by Google? 达到限制后,我会被谷歌收费吗? Or the service will be unavailable until I accept to be billed for that? 或者该服务将无法使用,直到我接受为此收费?
  2. As I have joined to a free trial, is this API usage limited to the trial period (60 days), or is it free (limited) even when the trial period has ended? 当我加入免费试用时,此API使用是否仅限于试用期(60天),或者即使试用期结束也是免费的(有限的)?

When the limits are reached, am I going to be billed by Google? 达到限制后,我会被谷歌收费吗? Or the service will be unavailable until I accept to be billed for that? 或者该服务将无法使用,直到我接受为此收费?

When you reach the limit the service stop working. 当您达到限制时,服务停止工作。 Google doesn't charge you, as DalmTo said DalmTo说,谷歌不向你收费

As I have joined to a free trial, is this API usage limited to the trial period (60 days), or is it free (limited) even when the trial period has ended? 当我加入免费试用时,此API使用是否仅限于试用期(60天),或者即使试用期结束也是免费的(有限的)?

For Cloud Vision API, after the free trial, the features to analyze the images are free with a cap of 1000 units/months. 对于Cloud Vision API,免费试用后,分析图像的功能是免费的,上限为1000单位/月。 Google Cloud Vision API Pricing Google Cloud Vision API定价

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM