CognitiveServicesVisionProcessor Class
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.
A processor that allows the pipeline topology to send video frames to a Cognitive Services Vision extension. Inference results are relayed to downstream nodes.
public class CognitiveServicesVisionProcessor : Azure.Media.VideoAnalyzer.Edge.Models.ProcessorNodeBase
type CognitiveServicesVisionProcessor = class
inherit ProcessorNodeBase
Public Class CognitiveServicesVisionProcessor
Inherits ProcessorNodeBase
- Inheritance
Constructors
CognitiveServicesVisionProcessor(String, IEnumerable<NodeInput>, EndpointBase, SpatialAnalysisOperationBase) |
Initializes a new instance of CognitiveServicesVisionProcessor. |
Properties
Endpoint |
Endpoint to which this processor should connect. |
Image |
Describes the parameters of the image that is sent as input to the endpoint. |
Inputs |
An array of upstream node references within the topology to be used as inputs for this node. (Inherited from ProcessorNodeBase) |
Name |
Node name. Must be unique within the topology. (Inherited from ProcessorNodeBase) |
Operation |
Describes the Spatial Analysis operation to be used in the Cognitive Services Vision processor. |
SamplingOptions |
Describes the sampling options to be applied when forwarding samples to the extension. |
Applies to
Azure SDK for .NET