[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-08-17。"],[],[],null,["# Beta Client Libraries\n\nDepending on your application language, you may need to use a beta-specific\nclient library to use the Video Intelligence beta features.\n\nInstall the beta client library\n-------------------------------\n\nThe **v1p3beta1** client library is available for the\n[Streaming](/video-intelligence/docs/streaming/streaming) and\n[Live streaming](/video-intelligence/docs/streaming/live-streaming-overview) betas. \n\n### Java\n\nIf you are using Maven, add this to your pom.xml file: \n\n \u003cdependency\u003e\n \u003cgroupId\u003ecom.google.cloud\u003c/groupId\u003e\n \u003cartifactId\u003egoogle-cloud-video-intelligence\u003c/artifactId\u003e\n \u003cversion\u003e0.116.0-beta\u003c/version\u003e\n \u003c/dependency\u003e\n\nIf you are using Gradle, add this to your dependencies: \n\n compile 'com.google.cloud:google-cloud-video-intelligence:0.116.0-beta'\n\nIf you are using SBT, add this to your dependencies: \n\n libraryDependencies += \"com.google.cloud\" % \"google-cloud-video-intelligence\" % \"0.116.0-beta\"\n\n### Node.js\n\nBeta features are available from the regular\n[Video Intelligence API client library for Node.js](/video-intelligence/docs/libraries#client-libraries-install-nodejs).\n\nIn your Node.js application, specify the beta version of the API with the\nfollowing line: \n\n const videoIntelligence = require('@google-cloud/video-intelligence').v1p3beta1;\n\n### Python\n\nBeta features are available from the regular\n[Video Intelligence API client library for Python](/video-intelligence/docs/reference/libraries#client-libraries-install-python).\n\nIn your Python application, import the `v1p3beta1` version of the API: \n\n from google.cloud import videointelligence_v1p3beta1 as videointelligence"]]