ImageAnnotationType Struct

Definition

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