Class AnalyzeTextResult

java.lang.Object
com.azure.ai.contentsafety.models.AnalyzeTextResult

public final class AnalyzeTextResult extends Object
The text analysis response.
  • Method Details

    • getBlocklistsMatch

      public List<TextBlocklistMatch> getBlocklistsMatch()
      Get the blocklistsMatch property: The blocklist match details.
      Returns:
      the blocklistsMatch value.
    • getCategoriesAnalysis

      public List<TextCategoriesAnalysis> getCategoriesAnalysis()
      Get the categoriesAnalysis property: Analysis result for categories.
      Returns:
      the categoriesAnalysis value.