Share via


ImageContentFilterResultForResponse Class

Definition

A content filter result for an image generation operation's output response content.

public class ImageContentFilterResultForResponse : System.ClientModel.Primitives.IJsonModel<Azure.AI.OpenAI.ImageContentFilterResultForResponse>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.OpenAI.ImageContentFilterResultForResponse>
type ImageContentFilterResultForResponse = class
    interface IJsonModel<ImageContentFilterResultForResponse>
    interface IPersistableModel<ImageContentFilterResultForResponse>
Public Class ImageContentFilterResultForResponse
Implements IJsonModel(Of ImageContentFilterResultForResponse), IPersistableModel(Of ImageContentFilterResultForResponse)
Inheritance
ImageContentFilterResultForResponse
Derived
Implements

Properties

Hate

A content filter category that can refer to any content that attacks or uses pejorative or discriminatory language with reference to a person or identity group based on certain differentiating attributes of these groups including but not limited to race, ethnicity, nationality, gender identity and expression, sexual orientation, religion, immigration status, ability status, personal appearance, and body size.

SelfHarm

A content filter category that describes language related to physical actions intended to purposely hurt, injure, damage one's body or kill oneself.

Sexual

A content filter category for language related to anatomical organs and genitals, romantic relationships, acts portrayed in erotic or affectionate terms, pregnancy, physical sexual acts, including those portrayed as an assault or a forced sexual violent act against one's will, prostitution, pornography, and abuse.

Violence

A content filter category for language related to physical actions intended to hurt, injure, damage, or kill someone or something; describes weapons, guns and related entities, such as manufactures, associations, legislation, and so on.

Explicit Interface Implementations

IJsonModel<ImageContentFilterResultForResponse>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ImageContentFilterResultForResponse>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ImageContentFilterResultForResponse>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ImageContentFilterResultForResponse>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ImageContentFilterResultForResponse>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to