ProcessorNodeBase Class

Base class for topology processor nodes.

You probably want to use the sub-classes and not this class directly. Known sub-classes are: CognitiveServicesVisionProcessor, ExtensionProcessorBase, LineCrossingProcessor, MotionDetectionProcessor, ObjectTrackingProcessor, SignalGateProcessor.

All required parameters must be populated in order to send to Azure.

Inheritance
ProcessorNodeBase

Constructor

ProcessorNodeBase(*, name: str, inputs: List[azure.media.videoanalyzeredge._generated.models._models_py3.NodeInput], **kwargs)

Variables

type
str

Required. Type discriminator for the derived types.Constant filled by server.

name
str

Required. Node name. Must be unique within the topology.

inputs
list[<xref:azure.media.videoanalyzer.edge.models.NodeInput>]

Required. An array of upstream node references within the topology to be used as inputs for this node.