【问题标题】:Is video intelligence API of google cloud service available for android?谷歌云服务的视频智能API是否可用于android?
【发布时间】:2019-10-19 16:23:33
【问题描述】:

我找不到任何适用于 Google 云视频智能 API 的 SDK。 如果只有 REST API 支持,那么我们如何在 REST API 中上传视频?

在谷歌文档上搜索了很多,没有找到适合安卓应用的实现

【问题讨论】:

    标签: android google-cloud-platform video-intelligence-api


    【解决方案1】:

    这是 REST API 的文档:https://cloud.google.com/video-intelligence/docs/reference/rest/v1/videos/annotate

    您可以在 inputContent 中将视频作为字节发送或将视频上传到 GCS,然后调用指定 inputUri 的视频智能 api。

    您可以通过GetOperation 获取结果,或者如果您指定 outputUri,则将结果存储在 GCS 中。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-06-18
      相关资源
      最近更新 更多