Share via


ClassificationType Struct

Definition

Specifies either one or multiple categories per document. Defaults to multi classification which may return more than one class for each document.

public readonly struct ClassificationType : IEquatable<Azure.AI.Language.Text.ClassificationType>
type ClassificationType = struct
Public Structure ClassificationType
Implements IEquatable(Of ClassificationType)
Inheritance
ClassificationType
Implements

Constructors

ClassificationType(String)

Initializes a new instance of ClassificationType.

Properties

Multi

Multi selection.

Single

Single selection.

Methods

Equals(ClassificationType)

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

Determines if two ClassificationType values are the same.

Implicit(String to ClassificationType)

Converts a string to a ClassificationType.

Inequality(ClassificationType, ClassificationType)

Determines if two ClassificationType values are not the same.

Applies to