WarningCode 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.
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. |