SpatialAnalysisOperationFocus 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 operation focus type.
public readonly struct SpatialAnalysisOperationFocus : IEquatable<Azure.Media.VideoAnalyzer.Edge.Models.SpatialAnalysisOperationFocus>
type SpatialAnalysisOperationFocus = struct
Public Structure SpatialAnalysisOperationFocus
Implements IEquatable(Of SpatialAnalysisOperationFocus)
- Inheritance
-
SpatialAnalysisOperationFocus
- Implements
Constructors
SpatialAnalysisOperationFocus(String) |
Initializes a new instance of SpatialAnalysisOperationFocus. |
Properties
BottomCenter |
The bottom center of the object. |
Center |
The center of the object. |
Footprint |
The footprint. |
Methods
Equals(SpatialAnalysisOperationFocus) |
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(SpatialAnalysisOperationFocus, SpatialAnalysisOperationFocus) |
Determines if two SpatialAnalysisOperationFocus values are the same. |
Implicit(String to SpatialAnalysisOperationFocus) |
Converts a string to a SpatialAnalysisOperationFocus. |
Inequality(SpatialAnalysisOperationFocus, SpatialAnalysisOperationFocus) |
Determines if two SpatialAnalysisOperationFocus values are not the same. |
Applies to
Azure SDK for .NET