SpatialAnalysisPersonCountOperation 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.
Defines a Spatial Analysis person count operation. This requires the Azure Cognitive Services Spatial analysis module to be deployed alongside the Video Analyzer module, please see https://aka.ms/ava-spatial-analysis for more information.
public class SpatialAnalysisPersonCountOperation : Azure.Media.VideoAnalyzer.Edge.Models.SpatialAnalysisTypedOperationBase
type SpatialAnalysisPersonCountOperation = class
inherit SpatialAnalysisTypedOperationBase
Public Class SpatialAnalysisPersonCountOperation
Inherits SpatialAnalysisTypedOperationBase
- Inheritance
-
SpatialAnalysisPersonCountOperation
Constructors
SpatialAnalysisPersonCountOperation(IEnumerable<SpatialAnalysisPersonCountZoneEvents>) |
Initializes a new instance of SpatialAnalysisPersonCountOperation. |
Properties
CalibrationConfiguration |
Advanced calibration configuration. (Inherited from SpatialAnalysisTypedOperationBase) |
CameraCalibratorNodeConfiguration |
Advanced camera calibrator configuration. (Inherited from SpatialAnalysisTypedOperationBase) |
CameraConfiguration |
Advanced camera configuration. (Inherited from SpatialAnalysisTypedOperationBase) |
Debug |
If set to 'true', enables debugging mode for this operation. (Inherited from SpatialAnalysisTypedOperationBase) |
DetectorNodeConfiguration |
Advanced detector node configuration. (Inherited from SpatialAnalysisTypedOperationBase) |
EnableFaceMaskClassifier |
If set to 'true', enables face mask detection for this operation. (Inherited from SpatialAnalysisTypedOperationBase) |
TrackerNodeConfiguration |
Advanced tracker node configuration. (Inherited from SpatialAnalysisTypedOperationBase) |
Zones |
The list of zones and optional events. |
Applies to
Azure SDK for .NET