你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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