SpatialAnalysisPersonZoneCrossingEventType Struct
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.
The event type.
public readonly struct SpatialAnalysisPersonZoneCrossingEventType : IEquatable<Azure.Media.VideoAnalyzer.Edge.Models.SpatialAnalysisPersonZoneCrossingEventType>
type SpatialAnalysisPersonZoneCrossingEventType = struct
Public Structure SpatialAnalysisPersonZoneCrossingEventType
Implements IEquatable(Of SpatialAnalysisPersonZoneCrossingEventType)
- Inheritance
-
SpatialAnalysisPersonZoneCrossingEventType
- Implements
Constructors
SpatialAnalysisPersonZoneCrossingEventType(String) |
Initializes a new instance of SpatialAnalysisPersonZoneCrossingEventType. |
Properties
ZoneCrossing |
Zone crossing event type. |
ZoneDwellTime |
Zone dwell time event type. |
Methods
Equals(SpatialAnalysisPersonZoneCrossingEventType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(SpatialAnalysisPersonZoneCrossingEventType, SpatialAnalysisPersonZoneCrossingEventType) |
Determines if two SpatialAnalysisPersonZoneCrossingEventType values are the same. |
Implicit(String to SpatialAnalysisPersonZoneCrossingEventType) |
Converts a string to a SpatialAnalysisPersonZoneCrossingEventType. |
Inequality(SpatialAnalysisPersonZoneCrossingEventType, SpatialAnalysisPersonZoneCrossingEventType) |
Determines if two SpatialAnalysisPersonZoneCrossingEventType values are not the same. |
Applies to
Azure SDK for .NET