MediaGraphCognitiveServicesVisionExtension Class

Definition

A processor that allows the media graph to send video frames to a Cognitive Services Vision extension. Inference results are relayed to downstream nodes.

public class MediaGraphCognitiveServicesVisionExtension : Azure.Media.Analytics.Edge.Models.MediaGraphExtensionProcessorBase
type MediaGraphCognitiveServicesVisionExtension = class
    inherit MediaGraphExtensionProcessorBase
Public Class MediaGraphCognitiveServicesVisionExtension
Inherits MediaGraphExtensionProcessorBase
Inheritance
MediaGraphCognitiveServicesVisionExtension

Constructors

MediaGraphCognitiveServicesVisionExtension(String, IEnumerable<MediaGraphNodeInput>, MediaGraphEndpoint, MediaGraphImage)

Initializes a new instance of MediaGraphCognitiveServicesVisionExtension.

Properties

Endpoint

Endpoint to which this processor should connect.

(Inherited from MediaGraphExtensionProcessorBase)
Image

Describes the parameters of the image that is sent as input to the endpoint.

(Inherited from MediaGraphExtensionProcessorBase)
Inputs

An array of the names of the other nodes in the media graph, the outputs of which are used as input for this processor node.

(Inherited from MediaGraphProcessor)
Name

The name for this processor node.

(Inherited from MediaGraphProcessor)
SamplingOptions

Describes the sampling options to be applied when forwarding samples to the extension.

(Inherited from MediaGraphExtensionProcessorBase)

Applies to