Uses of Class
com.azure.ai.contentsafety.models.AnalyzeImageResult
Packages that use AnalyzeImageResult
-
Uses of AnalyzeImageResult in com.azure.ai.contentsafety
Methods in com.azure.ai.contentsafety that return AnalyzeImageResultModifier and TypeMethodDescriptionContentSafetyClient.analyzeImage(AnalyzeImageOptions options) Analyze Image A synchronous API for the analysis of potentially harmful image content.ContentSafetyClient.analyzeImage(com.azure.core.util.BinaryData content) Analyze Image A synchronous API for the analysis of potentially harmful image content.ContentSafetyClient.analyzeImage(String blobUrl) Analyze Image A synchronous API for the analysis of potentially harmful image content.Methods in com.azure.ai.contentsafety that return types with arguments of type AnalyzeImageResultModifier and TypeMethodDescriptionContentSafetyAsyncClient.analyzeImage(AnalyzeImageOptions options) Analyze Image A synchronous API for the analysis of potentially harmful image content.ContentSafetyAsyncClient.analyzeImage(com.azure.core.util.BinaryData content) Analyze Image A synchronous API for the analysis of potentially harmful image content.ContentSafetyAsyncClient.analyzeImage(String blobUrl) Analyze Image A synchronous API for the analysis of potentially harmful image content.