Uses of Class
com.azure.ai.contentsafety.models.AnalyzeImageOptions
Packages that use AnalyzeImageOptions
Package
Description
Package containing the classes for ContentSafety.
Package containing the data models for ContentSafety.
-
Uses of AnalyzeImageOptions in com.azure.ai.contentsafety
Methods in com.azure.ai.contentsafety with parameters of type AnalyzeImageOptionsModifier and TypeMethodDescriptionContentSafetyAsyncClient.analyzeImage(AnalyzeImageOptions options) Analyze Image A synchronous API for the analysis of potentially harmful image content.ContentSafetyClient.analyzeImage(AnalyzeImageOptions options) Analyze Image A synchronous API for the analysis of potentially harmful image content. -
Uses of AnalyzeImageOptions in com.azure.ai.contentsafety.models
Methods in com.azure.ai.contentsafety.models that return AnalyzeImageOptionsModifier and TypeMethodDescriptionAnalyzeImageOptions.setCategories(List<ImageCategory> categories) Set the categories property: The categories will be analyzed.AnalyzeImageOptions.setOutputType(AnalyzeImageOutputType outputType) Set the outputType property: This refers to the type of image analysis output.