Class ContentFilterBlocklistIdResult

java.lang.Object
com.azure.ai.openai.models.ContentFilterBlocklistIdResult

public final class ContentFilterBlocklistIdResult extends Object
Represents the outcome of an evaluation against a custom blocklist as performed by content filtering.
  • Method Details

    • getId

      public String 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.