Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/google-cloud-platform/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google cloud platform 谷歌云功能-视频智能_Google Cloud Platform_Object Detection_Object Recognition_Video Intelligence Api - Fatal编程技术网

Google cloud platform 谷歌云功能-视频智能

Google cloud platform 谷歌云功能-视频智能,google-cloud-platform,object-detection,object-recognition,video-intelligence-api,Google Cloud Platform,Object Detection,Object Recognition,Video Intelligence Api,我知道如何使用Google Cloud触发视频智能请求以进行目标跟踪/目标检测,如下所示: video_client = videointelligence.VideoIntelligenceServiceClient() features = [videointelligence.enums.Feature.OBJECT_TRACKING] operation = video_client.annotate_video(gs_video_path, features=features) 如何

我知道如何使用Google Cloud触发视频智能请求以进行目标跟踪/目标检测,如下所示:

video_client = videointelligence.VideoIntelligenceServiceClient()
features = [videointelligence.enums.Feature.OBJECT_TRACKING]
operation = video_client.annotate_video(gs_video_path, features=features)

如何触发品牌检测、场景检测、OCR、语音识别和名人识别的相同功能?

要触发品牌检测(徽标识别?)、场景检测(镜头变化检测?)、文本检测和语音转录的相同功能,您可以分别用,
徽标识别
镜头变化检测
文本检测
语音转录

参考资料:
(例如,)

是一种受限访问功能。它供媒体和娱乐公司或其经批准的合作伙伴在专业制作的媒体上使用。
您可以在文档中找到有关如何请求访问的更多详细信息