AnalyzeImageOptions Constructors
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.
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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET