Share via


ContentFilterResultForResponse Class

Definition

A content filter result for a single response item produced by a generative AI system.

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

Properties

CustomBlocklists

A collection of binary filtering outcomes for configured custom blocklists.

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.

Profanity

A detection result that identifies whether crude, vulgar, or otherwise objection language is present in the content.

ProtectedMaterialCode

A detection result that describes a match against licensed code or other protected source material.

ProtectedMaterialText

A detection result that describes a match against text protected under copyright or other status.

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<ContentFilterResultForResponse>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContentFilterResultForResponse>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContentFilterResultForResponse>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContentFilterResultForResponse>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContentFilterResultForResponse>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to