MediaGraphMotionDetectionSensitivity Struct

Definition

Enumeration that specifies the sensitivity of the motion detection processor.

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

Constructors

MediaGraphMotionDetectionSensitivity(String)

Determines if two MediaGraphMotionDetectionSensitivity values are the same.

Properties

High

High Sensitivity.

Low

Low Sensitivity.

Medium

Medium Sensitivity.

Methods

Equals(MediaGraphMotionDetectionSensitivity)

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

Determines if two MediaGraphMotionDetectionSensitivity values are the same.

Implicit(String to MediaGraphMotionDetectionSensitivity)

Converts a string to a MediaGraphMotionDetectionSensitivity.

Inequality(MediaGraphMotionDetectionSensitivity, MediaGraphMotionDetectionSensitivity)

Determines if two MediaGraphMotionDetectionSensitivity values are not the same.

Applies to