【问题标题】:how to setup gcloud api in windows如何在 Windows 中设置 gcloud api
【发布时间】:2018-03-10 08:38:13
【问题描述】:

我是 gcloud 的新手,我想创建我的第一个 gcloud 视觉和视频智能项目,但不知道如何开始以及这样做的先决条件是什么。我有 Windows 10 笔记本电脑,还创建了我的护目镜云帐户。您能否指导我进行设置工作以及如何开始开发工作。

提前致谢

【问题讨论】:

标签: google-cloud-platform gcloud google-cloud-vision video-intelligence-api


【解决方案1】:

先决条件:已启用 Video Intelligence APIVision API 的 Google Cloud Platform 项目。 API 是您/您的应用程序和云服务之间的接口。有多种访问 API 的选项:

一种选择是在您的机器上安装Cloud SDKinitializing it - 将其与您的项目链接。

之后,Cloud SDK,其中

是一套云平台工具。它包含 gcloud、gsutil 和 bq,您可以使用它们从命令行访问 Google Compute Engine、Google Cloud Storage、Google BigQuery 和其他产品和服务。您可以以交互方式或在自动化脚本中运行这些工具。

拥有适当的(命令行)工具来访问the Google Cloud Visionthe Google Cloud Video Intelligence 产品。


另一种选择是直接调用 API,即通过 REST 端点。您可以阅读 Cloud Vision API here、视频智能 API here 并通过 Google's API Explorer 对其进行测试。

【讨论】:

    猜你喜欢
    • 2018-02-02
    • 1970-01-01
    • 2020-09-14
    • 1970-01-01
    • 1970-01-01
    • 2020-10-04
    • 2020-05-01
    • 1970-01-01
    • 2012-03-06
    相关资源
    最近更新 更多