Package com.azure.ai.openai.models
Class ContentFilterBlocklistIdResult
java.lang.Object
com.azure.ai.openai.models.ContentFilterBlocklistIdResult
Represents the outcome of an evaluation against a custom blocklist as performed by content filtering.
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Get the id property: The ID of the custom blocklist evaluated.booleanGet the filtered property: A value indicating whether or not the content has been filtered.
-
Method Details
-
getId
Get the id property: The ID of the custom blocklist evaluated.- Returns:
- the id value.
-
isFiltered
public boolean isFiltered()Get the filtered property: A value indicating whether or not the content has been filtered.- Returns:
- the filtered value.
-