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

TextAnnotationType(String)

Initializes a new instance of TextAnnotationType.

Properties

Classification

Classification.

NamedEntityRecognition

NamedEntityRecognition.

Methods

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

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