Share via


ImageCategory Struct

Definition

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