NodeBase interface
Base class for nodes.
Properties
name | Node name. Must be unique within the topology. |
type | Polymorphic discriminator, which specifies the different types this object can be |
Property Details
name
Node name. Must be unique within the topology.
name: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "#Microsoft.VideoAnalyzer.SourceNodeBase" | "#Microsoft.VideoAnalyzer.ProcessorNodeBase" | "#Microsoft.VideoAnalyzer.SinkNodeBase" | "#Microsoft.VideoAnalyzer.RtspSource" | "#Microsoft.VideoAnalyzer.VideoSource" | "#Microsoft.VideoAnalyzer.EncoderProcessor" | "#Microsoft.VideoAnalyzer.VideoSink"
Property Value
"#Microsoft.VideoAnalyzer.SourceNodeBase" | "#Microsoft.VideoAnalyzer.ProcessorNodeBase" | "#Microsoft.VideoAnalyzer.SinkNodeBase" | "#Microsoft.VideoAnalyzer.RtspSource" | "#Microsoft.VideoAnalyzer.VideoSource" | "#Microsoft.VideoAnalyzer.EncoderProcessor" | "#Microsoft.VideoAnalyzer.VideoSink"
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript