MediaGraphCognitiveServicesVisionExtension Constructor

Definition

Initializes a new instance of MediaGraphCognitiveServicesVisionExtension.

public MediaGraphCognitiveServicesVisionExtension (string name, System.Collections.Generic.IEnumerable<Azure.Media.Analytics.Edge.Models.MediaGraphNodeInput> inputs, Azure.Media.Analytics.Edge.Models.MediaGraphEndpoint endpoint, Azure.Media.Analytics.Edge.Models.MediaGraphImage image);
new Azure.Media.Analytics.Edge.Models.MediaGraphCognitiveServicesVisionExtension : string * seq<Azure.Media.Analytics.Edge.Models.MediaGraphNodeInput> * Azure.Media.Analytics.Edge.Models.MediaGraphEndpoint * Azure.Media.Analytics.Edge.Models.MediaGraphImage -> Azure.Media.Analytics.Edge.Models.MediaGraphCognitiveServicesVisionExtension
Public Sub New (name As String, inputs As IEnumerable(Of MediaGraphNodeInput), endpoint As MediaGraphEndpoint, image As MediaGraphImage)

Parameters

name
String

The name for this processor node.

inputs
IEnumerable<MediaGraphNodeInput>

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.

endpoint
MediaGraphEndpoint

Endpoint to which this processor should connect.

image
MediaGraphImage

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

Exceptions

name, inputs, endpoint, or image is null.

Applies to