Uses of Class
com.azure.ai.contentsafety.models.AnalyzeTextResult
Packages that use AnalyzeTextResult
-
Uses of AnalyzeTextResult in com.azure.ai.contentsafety
Methods in com.azure.ai.contentsafety that return AnalyzeTextResultModifier and TypeMethodDescriptionContentSafetyClient.analyzeText(AnalyzeTextOptions options) Analyze Text A synchronous API for the analysis of potentially harmful text content.ContentSafetyClient.analyzeText(String text) Analyze Text A synchronous API for the analysis of potentially harmful text content.Methods in com.azure.ai.contentsafety that return types with arguments of type AnalyzeTextResultModifier and TypeMethodDescriptionContentSafetyAsyncClient.analyzeText(AnalyzeTextOptions options) Analyze Text A synchronous API for the analysis of potentially harmful text content.ContentSafetyAsyncClient.analyzeText(String text) Analyze Text A synchronous API for the analysis of potentially harmful text content.