Freigeben über


TextAnnotationType Struct

Definition

Annotation type of text data.

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

Constructors

Name Description
TextAnnotationType(String)

Initializes a new instance of TextAnnotationType.

Properties

Name Description
Classification

Classification.

NamedEntityRecognition

NamedEntityRecognition.

Methods

Name Description
Equals(TextAnnotationType)

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

Determines if two TextAnnotationType values are the same.

Implicit(String to TextAnnotationType)

Converts a string to a TextAnnotationType.

Inequality(TextAnnotationType, TextAnnotationType)

Determines if two TextAnnotationType values are not the same.

Applies to