Compartir a través de


TextAnnotationType Estructura

Definición

Tipo de anotación de datos de texto.

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

Constructores

TextAnnotationType(String)

Inicializa una nueva instancia de la clase TextAnnotationType.

Propiedades

Classification

Clasificación.

NamedEntityRecognition

NamedEntityRecognition.

Métodos

Equals(TextAnnotationType)

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(TextAnnotationType, TextAnnotationType)

Determina si dos TextAnnotationType valores son iguales.

Implicit(String to TextAnnotationType)

Convierte una cadena en un TextAnnotationType.

Inequality(TextAnnotationType, TextAnnotationType)

Determina si dos TextAnnotationType valores no son los mismos.

Se aplica a