TextCategory 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 analyze category.
public readonly struct TextCategory : IEquatable<Azure.AI.ContentSafety.TextCategory>
type TextCategory = struct
Public Structure TextCategory
Implements IEquatable(Of TextCategory)
- Inheritance
-
TextCategory
- Implements
Constructors
TextCategory(String) |
Initializes a new instance of TextCategory. |
Properties
Hate |
Hate. |
SelfHarm |
SelfHarm. |
Sexual |
Sexual. |
Violence |
Violence. |
Methods
Equals(TextCategory) |
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(TextCategory, TextCategory) |
Determines if two TextCategory values are the same. |
Implicit(String to TextCategory) |
Converts a string to a TextCategory. |
Inequality(TextCategory, TextCategory) |
Determines if two TextCategory values are not the same. |
Applies to
Azure SDK for .NET