AnalyzeImageOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The image analysis request.
public class AnalyzeImageOptions
type AnalyzeImageOptions = class
Public Class AnalyzeImageOptions
- Inheritance
-
AnalyzeImageOptions
Constructors
AnalyzeImageOptions(ContentSafetyImageData) |
Initializes a new instance of AnalyzeImageOptions. |
AnalyzeImageOptions(ImageData) |
Initializes a new instance of AnalyzeImageOptions. |
Properties
Categories |
The categories will be analyzed. If they are not assigned, a default set of analysis results for the categories will be returned. |
Image |
The image needs to be analyzed. |
OutputType |
This refers to the type of image analysis output. If no value is assigned, the default value will be "FourSeverityLevels". |
Applies to
Azure SDK for .NET