Uses of Class
com.azure.ai.openai.models.ContentFilterSeverity
Packages that use ContentFilterSeverity
-
Uses of ContentFilterSeverity in com.azure.ai.openai.models
Fields in com.azure.ai.openai.models declared as ContentFilterSeverityModifier and TypeFieldDescriptionstatic final ContentFilterSeverityContentFilterSeverity.HIGHContent that displays explicit and severe harmful instructions, actions, damage, or abuse; includes endorsement, glorification, or promotion of severe harmful acts, extreme or illegal forms of harm, radicalization, or non-consensual power exchange or abuse.static final ContentFilterSeverityContentFilterSeverity.LOWContent that expresses prejudiced, judgmental, or opinionated views, includes offensive use of language, stereotyping, use cases exploring a fictional world (for example, gaming, literature) and depictions at low intensity.static final ContentFilterSeverityContentFilterSeverity.MEDIUMContent that uses offensive, insulting, mocking, intimidating, or demeaning language towards specific identity groups, includes depictions of seeking and executing harmful instructions, fantasies, glorification, promotion of harm at medium intensity.static final ContentFilterSeverityContentFilterSeverity.SAFEContent may be related to violence, self-harm, sexual, or hate categories but the terms are used in general, journalistic, scientific, medical, and similar professional contexts, which are appropriate for most audiences.Methods in com.azure.ai.openai.models that return ContentFilterSeverityModifier and TypeMethodDescriptionstatic ContentFilterSeverityContentFilterSeverity.fromString(String name) Creates or finds a ContentFilterSeverity from its string representation.ContentFilterResult.getSeverity()Get the severity property: Ratings for the intensity and risk level of filtered content.Methods in com.azure.ai.openai.models that return types with arguments of type ContentFilterSeverityModifier and TypeMethodDescriptionstatic Collection<ContentFilterSeverity> ContentFilterSeverity.values()Gets known ContentFilterSeverity values.