次の方法で共有


AnalyzeImageOptions Constructors

Definition

Overloads

AnalyzeImageOptions(ContentSafetyImageData)

Initializes a new instance of AnalyzeImageOptions.

AnalyzeImageOptions(ImageData)

Initializes a new instance of AnalyzeImageOptions.

AnalyzeImageOptions(ContentSafetyImageData)

Source:
AnalyzeImageOptions.cs

Initializes a new instance of AnalyzeImageOptions.

public AnalyzeImageOptions (Azure.AI.ContentSafety.ContentSafetyImageData image);
new Azure.AI.ContentSafety.AnalyzeImageOptions : Azure.AI.ContentSafety.ContentSafetyImageData -> Azure.AI.ContentSafety.AnalyzeImageOptions
Public Sub New (image As ContentSafetyImageData)

Parameters

image
ContentSafetyImageData

The image needs to be analyzed.

Exceptions

image is null.

Applies to

AnalyzeImageOptions(ImageData)

Source:
AnalyzeImageOptions.cs

Initializes a new instance of AnalyzeImageOptions.

public AnalyzeImageOptions (Azure.AI.ContentSafety.ImageData image);
new Azure.AI.ContentSafety.AnalyzeImageOptions : Azure.AI.ContentSafety.ImageData -> Azure.AI.ContentSafety.AnalyzeImageOptions
Public Sub New (image As ImageData)

Parameters

image
ImageData

The image needs to be analyzed.

Exceptions

image is null.

Applies to