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