DOC

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.

Table Of Contents

Latest Version

Download com.azure : azure-media-videoanalyzer-edge Javadoc & API Documentation - Latest Versions:

All Versions

Download com.azure : azure-media-videoanalyzer-edge Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file azure-media-videoanalyzer-edge-1.0.0-beta.5-javadoc.jar to azure-media-videoanalyzer-edge-1.0.0-beta.5-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder azure-media-videoanalyzer-edge-1.0.0-beta.5-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "azure-media-videoanalyzer-edge-1.0.0-beta.5-sources.jar" -d "azure-media-videoanalyzer-edge-1.0.0-beta.5-javadoc" -subpackages 

Advertisement