Share via


WarningCode Struct

Definition

Defines the list of the warning codes.

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

Constructors

WarningCode(String)

Initializes a new instance of WarningCode.

Properties

DocumentTruncated

Document truncated warning.

LongWordsInDocument

Long words in document warning.

Methods

Equals(WarningCode)

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

Determines if two WarningCode values are the same.

Implicit(String to WarningCode)

Converts a string to a WarningCode.

Inequality(WarningCode, WarningCode)

Determines if two WarningCode values are not the same.

Applies to