Package com.azure.ai.openai.models
Class PromptFilterResult
java.lang.Object
com.azure.ai.openai.models.PromptFilterResult
Content filtering results for a single prompt in the request.
-
Method Summary
Modifier and TypeMethodDescriptionGet the contentFilterResults property: Content filtering results for this prompt.intGet the promptIndex property: The index of this prompt in the set of prompt results.
-
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
Get the contentFilterResults property: Content filtering results for this prompt.- Returns:
- the contentFilterResults value.
-