ImageAnnotationType 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.
Annotation type of image data.
public readonly struct ImageAnnotationType : IEquatable<Azure.ResourceManager.MachineLearning.Models.ImageAnnotationType>
type ImageAnnotationType = struct
Public Structure ImageAnnotationType
Implements IEquatable(Of ImageAnnotationType)
- Inheritance
-
ImageAnnotationType
- Implements
Constructors
ImageAnnotationType(String) |
Initializes a new instance of ImageAnnotationType. |
Properties
BoundingBox |
BoundingBox. |
Classification |
Classification. |
InstanceSegmentation |
InstanceSegmentation. |
Methods
Equals(ImageAnnotationType) |
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(ImageAnnotationType, ImageAnnotationType) |
Determines if two ImageAnnotationType values are the same. |
Implicit(String to ImageAnnotationType) |
Converts a string to a ImageAnnotationType. |
Inequality(ImageAnnotationType, ImageAnnotationType) |
Determines if two ImageAnnotationType values are not the same. |
Applies to
Azure SDK for .NET