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

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