Share via


TextAuthoringEvaluationKind Struct

Definition

The TextAuthoringEvaluationKind.

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

Constructors

Name Description
TextAuthoringEvaluationKind(String)

Initializes a new instance of TextAuthoringEvaluationKind.

Properties

Name Description
Manual

Split the data according to the chosen dataset for every example in the data.

Percentage

Split the data into training and test sets according to user-defined percentages.

Methods

Name Description
Equals(TextAuthoringEvaluationKind)

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

Determines if two TextAuthoringEvaluationKind values are the same.

Implicit(String to TextAuthoringEvaluationKind)

Converts a String to a TextAuthoringEvaluationKind.

Inequality(TextAuthoringEvaluationKind, TextAuthoringEvaluationKind)

Determines if two TextAuthoringEvaluationKind values are not the same.

Applies to