ContentSafetyImageData Class
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.
The image can be either base64 encoded bytes or a blob URL. You can choose only one of these options. If both are provided, the request will be refused. The maximum image size is 2048 x 2048 pixels and should not exceed 4 MB, while the minimum image size is 50 x 50 pixels.
public class ContentSafetyImageData
type ContentSafetyImageData = class
Public Class ContentSafetyImageData
- Inheritance
-
ContentSafetyImageData
Constructors
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. |
Applies to
Azure SDK for .NET