Class PromptFilterResult

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

public final class PromptFilterResult extends Object
Content filtering results for a single prompt in the request.
  • Method Details

    • getPromptIndex

      public int getPromptIndex()
      Get the promptIndex property: The index of this prompt in the set of prompt results.
      Returns:
      the promptIndex value.
    • getContentFilterResults

      public ContentFilterResults getContentFilterResults()
      Get the contentFilterResults property: Content filtering results for this prompt.
      Returns:
      the contentFilterResults value.