TextAnalyticsWarningCode Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Text Analytics warning code values.
public readonly struct TextAnalyticsWarningCode : IEquatable<Azure.AI.TextAnalytics.TextAnalyticsWarningCode>
type TextAnalyticsWarningCode = struct
Public Structure TextAnalyticsWarningCode
Implements IEquatable(Of TextAnalyticsWarningCode)
- Inheritance
-
TextAnalyticsWarningCode
- Implements
Fields
DocumentTruncated |
Specifies that the warning code is a document truncated. |
LongWordsInDocument |
Specifies that the warning code is long words in document. |
Methods
Equals(TextAnalyticsWarningCode) |
Compares the TextAnalyticsWarningCode for equality with another TextAnalyticsWarningCode. |
ToString() |
Returns a string representation of the TextAnalyticsWarningCode. |
Operators
Equality(TextAnalyticsWarningCode, TextAnalyticsWarningCode) |
Compares two TextAnalyticsWarningCode values for equality. |
Explicit(TextAnalyticsWarningCode to String) |
Defines explicit conversion from TextAnalyticsWarningCode to string. |
Implicit(String to TextAnalyticsWarningCode) |
Defines implicit conversion from string to TextAnalyticsWarningCode. |
Inequality(TextAnalyticsWarningCode, TextAnalyticsWarningCode) |
Compares two TextAnalyticsWarningCode values for inequality. |
Applies to
Azure SDK for .NET