Share via


AnalyzeImageOptions Class

Definition

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