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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET