ObjectTrackingAccuracy 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.
Object tracker accuracy: low, medium, high. Higher accuracy leads to higher CPU consumption in average.
public readonly struct ObjectTrackingAccuracy : IEquatable<Azure.Media.VideoAnalyzer.Edge.Models.ObjectTrackingAccuracy>
type ObjectTrackingAccuracy = struct
Public Structure ObjectTrackingAccuracy
Implements IEquatable(Of ObjectTrackingAccuracy)
- Inheritance
-
ObjectTrackingAccuracy
- Implements
Constructors
ObjectTrackingAccuracy(String) |
Initializes a new instance of ObjectTrackingAccuracy. |
Properties
High |
High accuracy. |
Low |
Low accuracy. |
Medium |
Medium accuracy. |
Methods
Equals(ObjectTrackingAccuracy) |
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(ObjectTrackingAccuracy, ObjectTrackingAccuracy) |
Determines if two ObjectTrackingAccuracy values are the same. |
Implicit(String to ObjectTrackingAccuracy) |
Converts a string to a ObjectTrackingAccuracy. |
Inequality(ObjectTrackingAccuracy, ObjectTrackingAccuracy) |
Determines if two ObjectTrackingAccuracy values are not the same. |
Applies to
Azure SDK for .NET