ImageAnnotationType Estrutura
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Tipo de anotação de dados de imagem.
public readonly struct ImageAnnotationType : IEquatable<Azure.ResourceManager.MachineLearning.Models.ImageAnnotationType>
type ImageAnnotationType = struct
Public Structure ImageAnnotationType
Implements IEquatable(Of ImageAnnotationType)
- Herança
-
ImageAnnotationType
- Implementações
Construtores
ImageAnnotationType(String) |
Inicializa uma nova instância de ImageAnnotationType. |
Propriedades
BoundingBox |
Boundingbox. |
Classification |
Classificação. |
InstanceSegmentation |
InstanceSegmentation. |
Métodos
Equals(ImageAnnotationType) |
Indica se o objeto atual é igual a outro objeto do mesmo tipo. |
ToString() |
Retorna o nome do tipo totalmente qualificado dessa instância. |
Operadores
Equality(ImageAnnotationType, ImageAnnotationType) |
Determina se dois ImageAnnotationType valores são os mesmos. |
Implicit(String to ImageAnnotationType) |
Converte uma cadeia de caracteres em um ImageAnnotationType. |
Inequality(ImageAnnotationType, ImageAnnotationType) |
Determina se dois ImageAnnotationType valores não são os mesmos. |
Aplica-se a
Azure SDK for .NET