Freigeben über


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

Name Description
ImageAnnotationType(String)

Initializes a new instance of ImageAnnotationType.

Properties

Name Description
BoundingBox

BoundingBox.

Classification

Classification.

InstanceSegmentation

InstanceSegmentation.

Methods

Name Description
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

Name Description
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