SpatialAnalysisPersonCountEventTrigger 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 trigger type.
public readonly struct SpatialAnalysisPersonCountEventTrigger : IEquatable<Azure.Media.VideoAnalyzer.Edge.Models.SpatialAnalysisPersonCountEventTrigger>
type SpatialAnalysisPersonCountEventTrigger = struct
Public Structure SpatialAnalysisPersonCountEventTrigger
Implements IEquatable(Of SpatialAnalysisPersonCountEventTrigger)
- Inheritance
-
SpatialAnalysisPersonCountEventTrigger
- Implements
Constructors
SpatialAnalysisPersonCountEventTrigger(String) |
Initializes a new instance of SpatialAnalysisPersonCountEventTrigger. |
Properties
Event |
Event trigger. |
Interval |
Interval trigger. |
Methods
Equals(SpatialAnalysisPersonCountEventTrigger) |
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(SpatialAnalysisPersonCountEventTrigger, SpatialAnalysisPersonCountEventTrigger) |
Determines if two SpatialAnalysisPersonCountEventTrigger values are the same. |
Implicit(String to SpatialAnalysisPersonCountEventTrigger) |
Converts a string to a SpatialAnalysisPersonCountEventTrigger. |
Inequality(SpatialAnalysisPersonCountEventTrigger, SpatialAnalysisPersonCountEventTrigger) |
Determines if two SpatialAnalysisPersonCountEventTrigger values are not the same. |
Applies to
Azure SDK for .NET