MotionDetectionSensitivity Struct

Definition

Motion detection sensitivity: low, medium, high.

public readonly struct MotionDetectionSensitivity : IEquatable<Azure.Media.VideoAnalyzer.Edge.Models.MotionDetectionSensitivity>
type MotionDetectionSensitivity = struct
Public Structure MotionDetectionSensitivity
Implements IEquatable(Of MotionDetectionSensitivity)
Inheritance
MotionDetectionSensitivity
Implements

Constructors

MotionDetectionSensitivity(String)

Initializes a new instance of MotionDetectionSensitivity.

Properties

High

High sensitivity.

Low

Low sensitivity.

Medium

Medium sensitivity.

Methods

Equals(MotionDetectionSensitivity)

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(MotionDetectionSensitivity, MotionDetectionSensitivity)

Determines if two MotionDetectionSensitivity values are the same.

Implicit(String to MotionDetectionSensitivity)

Converts a string to a MotionDetectionSensitivity.

Inequality(MotionDetectionSensitivity, MotionDetectionSensitivity)

Determines if two MotionDetectionSensitivity values are not the same.

Applies to