youtube - Google Cloud Video智能和嵌入式视频内容

标签 youtube google-cloud-platform artificial-intelligence vimeo video-intelligence-api

Google Cloud Video智能能否与Vimeo或YouTube的嵌入式视频内容一起使用?由于内容不是直接上传的,它是否能够创建标签,查看面孔等?

最佳答案

不,这是不可能的,因为它在main page中说:

It quickly annotates videos stored in Google Cloud Storage, and helps you identify...



此外,在REST API的docs中,它为inputUri字段指定:

Input video location. Currently, only Google Cloud Storage URIs are supported, which must be specified in the following format: gs://bucket-id/object-id (other URI formats return google.rpc.Code.INVALID_ARGUMENT). For more information, see Request URIs. A video URI may include wildcards in object-id, and thus identify multiple videos. Supported wildcards: '*' to match 0 or more characters; '?' to match 1 character. If unset, the input video should be embedded in the request as inputContent. If set, inputContent should be unset.



有一个group用于讨论Cloud Video Intelligence API功能,并且有人问了这个问题here

关于youtube - Google Cloud Video智能和嵌入式视频内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48834479/

相关文章:

matlab - 在 MATLAB 中实现和绘制感知器

android - 更改youtube api android的进度栏

javascript - AngularJS-使用指令嵌入Youtube视频时出现问题

google-cloud-platform - 将 Datalab 的自定义版本部署到 Google Cloud 平台

python - 【强化学习】为什么我的reward变成0就结束了?我在健身房环境方面遇到了一些麻烦

java - 线程中的异常 "main"java.lang.StackOverflowError 问题

ios - MPMoviePlayerController 正在播放 YouTube 视频吗?

php - PHP和Youtube视频

google-app-engine - 如何在 Google 应用引擎和计算引擎之间建立私有(private)连接?

go - 如何在 GKE 中使用 HTTPS 部署 Echo 应用程序?