Uses of Class
com.azure.ai.openai.models.ContentFilterResultsForChoice
Packages that use ContentFilterResultsForChoice
-
Uses of ContentFilterResultsForChoice in com.azure.ai.openai.models
Methods in com.azure.ai.openai.models that return ContentFilterResultsForChoiceModifier and TypeMethodDescriptionContentFilterResultsForChoice.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ContentFilterResultsForChoice from the JsonReader.ChatChoice.getContentFilterResults()Get the contentFilterResults property: Information about the content filtering category (hate, sexual, violence, self_harm), if it has been detected, as well as the severity level (very_low, low, medium, high-scale that determines the intensity and risk level of harmful content) and if it has been filtered or not.Choice.getContentFilterResults()Get the contentFilterResults property: Information about the content filtering category (hate, sexual, violence, self_harm), if it has been detected, as well as the severity level (very_low, low, medium, high-scale that determines the intensity and risk level of harmful content) and if it has been filtered or not.