Azure Video Analyzer SDKs

Note

Azure Video Analyzer has been retired and is no longer available.

Azure Video Analyzer for Media is not affected by this retirement. It is now rebranded to Azure Video Indexer. Click here to read more.

Azure Video Analyzer includes two groups of SDKs. The management SDKs are used for managing the Azure resource and the client SDKs are used for interacting with edge modules.

Management SDKs

The management SDKs allow you to interact with the resources exposed by Azure Resource Manager. You can create Video Analyzer account, generate provisioning tokens for edge modules, manage access policies for videos and more. The SDKs are built on top of an underlying REST API.

The following platforms are supported:

Client SDKs

The client SDKs allow you to interact with the direct methods of a Video Analyzer edge module. These SDKs are designed to be used with the Azure IoT Hub SDKs. They support constructing objects that represent the direct methods that can then be sent to the edge module using the IoT Hub SDKs.

The following platforms are supported:

See Also