ContentSafetyImageData 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
ContentSafetyImageData() |
Initializes a new instance of ContentSafetyImageData. |
ContentSafetyImageData(BinaryData) |
Initializes a new instance of the ContentSafetyImageData class with content. |
ContentSafetyImageData(Uri) |
Initializes a new instance of the ContentSafetyImageData class with blobUri. |
ContentSafetyImageData()
- Source:
- ContentSafetyImageData.cs
Initializes a new instance of ContentSafetyImageData.
public ContentSafetyImageData ();
Public Sub New ()
Applies to
ContentSafetyImageData(BinaryData)
- Source:
- ContentSafetyImageData.cs
Initializes a new instance of the ContentSafetyImageData class with content.
public ContentSafetyImageData (BinaryData content);
new Azure.AI.ContentSafety.ContentSafetyImageData : BinaryData -> Azure.AI.ContentSafety.ContentSafetyImageData
Public Sub New (content As BinaryData)
Parameters
- content
- BinaryData
The image content
Applies to
ContentSafetyImageData(Uri)
- Source:
- ContentSafetyImageData.cs
Initializes a new instance of the ContentSafetyImageData class with blobUri.
public ContentSafetyImageData (Uri blobUri);
new Azure.AI.ContentSafety.ContentSafetyImageData : Uri -> Azure.AI.ContentSafety.ContentSafetyImageData
Public Sub New (blobUri As Uri)
Parameters
- blobUri
- Uri
The blob uri of the image.
Applies to
Azure SDK for .NET