MVN

com.azure : azure-media-videoanalyzer-edge

Maven & Gradle

Oct 28, 2021
2.1k stars

Azure Video Analyzer Edge client library for Java · Azure Video Analyzer provides a platform to build intelligent video applications that span the edge and the cloud. The platform offers the capability to capture, record, and analyze live videos along with publishing the results, video, and video analytics, to Azure services in the cloud or the edge. It is designed to be an extensible platform, enabling you to connect different video analysis edge modules such as Cognitive services containers, custom edge modules built by you with open-source machine learning models or custom models trained with your own data. You can then use them to analyze live video without worrying about the complexity of building and running a live video pipeline. Use the client library for Video Analyzer Edge to simplify interactions with the Microsoft Azure IoT SDKs (https://github.com/azure/azure-iot-sdks) and programmatically construct pipeline topologies and live pipelines.

<dependency>
    <groupId>com.azure</groupId>
    <artifactId>azure-media-videoanalyzer-edge</artifactId>
    <version>1.0.0-beta.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.azure : azure-media-videoanalyzer-edge to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-beta.5
  • Latest Beta: 1.0.0-beta.5

All Versions

Choose a version of com.azure : azure-media-videoanalyzer-edge to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
azure-media-videoanalyzer-edge-1.0.0-beta.5
azure-media-videoanalyzer-edge-1.0.0-beta.4
azure-media-videoanalyzer-edge-1.0.0-beta.3
azure-media-videoanalyzer-edge-1.0.0-beta.2
azure-media-videoanalyzer-edge-1.0.0-beta.1

How to add a dependency to Maven

Add the following com.azure : azure-media-videoanalyzer-edge maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.azure</groupId>
    <artifactId>azure-media-videoanalyzer-edge</artifactId>
    <version>1.0.0-beta.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.azure : azure-media-videoanalyzer-edge gradle dependency to your build.gradle file:

implementation 'com.azure:azure-media-videoanalyzer-edge:1.0.0-beta.5'

Gradle Kotlin DSL: Add the following com.azure : azure-media-videoanalyzer-edge gradle kotlin dependency to your build.gradle.kts file:

implementation("com.azure:azure-media-videoanalyzer-edge:1.0.0-beta.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.azure : azure-media-videoanalyzer-edge sbt scala dependency to your build.sbt file:

libraryDependencies += "com.azure" % "azure-media-videoanalyzer-edge" % "1.0.0-beta.5"

Advertisement