Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ProcessorNodeBase

Package version

Base class for topology processor nodes.

Hierarchy

  • ProcessorNodeBase

Index

Properties

Properties

@type

@type: "#Microsoft.VideoAnalyzer.MotionDetectionProcessor" | "#Microsoft.VideoAnalyzer.ObjectTrackingProcessor" | "#Microsoft.VideoAnalyzer.LineCrossingProcessor" | "#Microsoft.VideoAnalyzer.ExtensionProcessorBase" | "#Microsoft.VideoAnalyzer.GrpcExtension" | "#Microsoft.VideoAnalyzer.HttpExtension" | "#Microsoft.VideoAnalyzer.SignalGateProcessor" | "#Microsoft.VideoAnalyzer.CognitiveServicesVisionProcessor"

Polymorphic discriminator, which specifies the different types this object can be

inputs

inputs: NodeInput[]

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

name

name: string

Node name. Must be unique within the topology.

Generated using TypeDoc