Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
AnalyzeTextResult Class
- Package:
- com.azure.ai.contentsafety.models
- Maven Artifact:
- com.azure:azure-ai-contentsafety:1.0.17
- java.lang.Object
- com.azure.ai.contentsafety.models.AnalyzeTextResult
public final class AnalyzeTextResult
The text analysis response.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| List<TextBlocklistMatch> |
getBlocklistsMatch()
Get the blocklistsMatch property: The blocklist match details. |
| List<TextCategoriesAnalysis> |
getCategoriesAnalysis()
Get the categoriesAnalysis property: Analysis result for categories. |
Methods inherited from java.lang.Object
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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java
Feedback
Was this page helpful?
