Package com.azure.ai.openai.models
Class ImageGenerationPromptFilterResults
java.lang.Object
com.azure.ai.openai.models.ImageGenerationPromptFilterResults
Describes the content filtering results for the prompt of a image generation request.
-
Method Summary
Modifier and TypeMethodDescriptiongetHate()Get the hate property: Describes language attacks or uses that include pejorative or discriminatory language with reference to a person or identity group on the basis of 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.Get the jailbreak property: Whether a jailbreak attempt was detected in the prompt.Get the profanity property: Describes whether profanity was detected.Get the selfHarm property: Describes language related to physical actions intended to purposely hurt, injure, or damage one’s body, or kill oneself.Get the sexual property: Describes language related to anatomical organs and genitals, romantic relationships, acts portrayed in erotic or affectionate terms, physical sexual acts, including those portrayed as an assault or a forced sexual violent act against one’s will, prostitution, pornography, and abuse.Get the violence property: Describes language related to physical actions intended to hurt, injure, damage, or kill someone or something; describes weapons, etc.
-
Method Details
-
getSexual
Get the sexual property: Describes language related to anatomical organs and genitals, romantic relationships, acts portrayed in erotic or affectionate terms, physical sexual acts, including those portrayed as an assault or a forced sexual violent act against one’s will, prostitution, pornography, and abuse.- Returns:
- the sexual value.
-
getViolence
Get the violence property: Describes language related to physical actions intended to hurt, injure, damage, or kill someone or something; describes weapons, etc.- Returns:
- the violence value.
-
getHate
Get the hate property: Describes language attacks or uses that include pejorative or discriminatory language with reference to a person or identity group on the basis of 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.- Returns:
- the hate value.
-
getSelfHarm
Get the selfHarm property: Describes language related to physical actions intended to purposely hurt, injure, or damage one’s body, or kill oneself.- Returns:
- the selfHarm value.
-
getProfanity
Get the profanity property: Describes whether profanity was detected.- Returns:
- the profanity value.
-
getJailbreak
Get the jailbreak property: Whether a jailbreak attempt was detected in the prompt.- Returns:
- the jailbreak value.
-