PipelineTopologyProperties.Processors Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List of the topology processor nodes. Processor nodes enable pipeline data to be analyzed, processed or transformed.
public System.Collections.Generic.IList<Azure.Media.VideoAnalyzer.Edge.Models.ProcessorNodeBase> Processors { get; }
member this.Processors : System.Collections.Generic.IList<Azure.Media.VideoAnalyzer.Edge.Models.ProcessorNodeBase>
Public ReadOnly Property Processors As IList(Of ProcessorNodeBase)
Property Value
Applies to
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 .NET