Class ProcessorNodeBase

java.lang.Object
com.azure.media.videoanalyzer.edge.models.ProcessorNodeBase
Direct Known Subclasses:
CognitiveServicesVisionProcessor, ExtensionProcessorBase, LineCrossingProcessor, MotionDetectionProcessor, ObjectTrackingProcessor, SignalGateProcessor

public class ProcessorNodeBase extends Object
Base class for topology processor nodes.
  • Constructor Details

    • ProcessorNodeBase

      public ProcessorNodeBase(String name, List<NodeInput> inputs)
      Creates an instance of ProcessorNodeBase class.
      Parameters:
      name - the name value to set.
      inputs - the inputs value to set.
  • Method Details

    • getName

      public String getName()
      Get the name property: Node name. Must be unique within the topology.
      Returns:
      the name value.
    • getInputs

      public List<NodeInput> getInputs()
      Get the inputs property: An array of upstream node references within the topology to be used as inputs for this node.
      Returns:
      the inputs value.