Share via


TextAuthoringProjectKind Struct

Definition

The TextAuthoringProjectKind.

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

Constructors

TextAuthoringProjectKind(String)

Initializes a new instance of TextAuthoringProjectKind.

Properties

CustomAbstractiveSummarization

For building an abstractive summarization models which are able to summarize long documents.

CustomEntityRecognition

For building an extraction model to identify your domain categories using your own data.

CustomHealthcare

For building an text analytics for health model to identify your health domain data.

CustomMultiLabelClassification

For building a classification model to classify text using your own data. Each file can have one or many labels. For example, file 1 is classified as A, B, and C and file 2 is classified as B and C.

CustomSingleLabelClassification

For building a classification model to classify text using your own data. Each file will have only one label. For example, file 1 is classified as A and file 2 is classified as B.

CustomTextSentiment

For building a sentiment models which are able to extract sentiment for long documents.

Methods

Equals(TextAuthoringProjectKind)

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

Determines if two TextAuthoringProjectKind values are the same.

Implicit(String to TextAuthoringProjectKind)

Converts a String to a TextAuthoringProjectKind.

Inequality(TextAuthoringProjectKind, TextAuthoringProjectKind)

Determines if two TextAuthoringProjectKind values are not the same.

Applies to