Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Je nach Anwendungssprache müssen Sie möglicherweise eine Beta-spezifische Clientbibliothek verwenden, um die Betafunktionen von Video Intelligence nutzen zu können.
Beta-Clientbibliothek installieren
Die Clientbibliothek v1p3beta1 ist für die Beta-Versionen von Streaming und Live-Streaming verfügbar.
Java
Wenn Sie Maven verwenden, fügen Sie der Datei pom.xml Folgendes hinzu:
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-09-03 (UTC)."],[],[],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"]]