Compartir a través de


ImageAnnotationType Estructura

Definición

Tipo de anotación de datos de imagen.

public readonly struct ImageAnnotationType : IEquatable<Azure.ResourceManager.MachineLearning.Models.ImageAnnotationType>
type ImageAnnotationType = struct
Public Structure ImageAnnotationType
Implements IEquatable(Of ImageAnnotationType)
Herencia
ImageAnnotationType
Implementaciones

Constructores

ImageAnnotationType(String)

Inicializa una nueva instancia de la clase ImageAnnotationType.

Propiedades

BoundingBox

BoundingBox.

Classification

Clasificación.

InstanceSegmentation

InstanceSegmentation.

Métodos

Equals(ImageAnnotationType)

Indica si el objeto actual es igual que otro objeto del mismo tipo.

ToString()

Devuelve el nombre de tipo completo de esta instancia.

Operadores

Equality(ImageAnnotationType, ImageAnnotationType)

Determina si dos ImageAnnotationType valores son los mismos.

Implicit(String to ImageAnnotationType)

Convierte una cadena en un ImageAnnotationType.

Inequality(ImageAnnotationType, ImageAnnotationType)

Determina si dos ImageAnnotationType valores no son los mismos.

Se aplica a