Uses of Class
com.azure.ai.openai.models.ContentFilterSeverity

Packages that use ContentFilterSeverity
Package
Description
Package containing the data models for OpenAI.
  • Uses of ContentFilterSeverity in com.azure.ai.openai.models

    Modifier and Type
    Field
    Description
    ContentFilterSeverity.HIGH
    Content 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.
    ContentFilterSeverity.LOW
    Content 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.
    ContentFilterSeverity.MEDIUM
    Content 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.
    ContentFilterSeverity.SAFE
    Content 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.
    Modifier and Type
    Method
    Description
    ContentFilterSeverity.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 ContentFilterSeverity
    Modifier and Type
    Method
    Description
    ContentFilterSeverity.values()
    Gets known ContentFilterSeverity values.