ImageCreateResult 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
ImageCreateResult() |
Initializes a new instance of the ImageCreateResult class. |
ImageCreateResult(String, String, Image) |
Initializes a new instance of the ImageCreateResult class. |
ImageCreateResult()
- Source:
- ImageCreateResult.cs
- Source:
- ImageCreateResult.cs
Initializes a new instance of the ImageCreateResult class.
public ImageCreateResult ();
Public Sub New ()
Applies to
ImageCreateResult(String, String, Image)
- Source:
- ImageCreateResult.cs
- Source:
- ImageCreateResult.cs
Initializes a new instance of the ImageCreateResult class.
public ImageCreateResult (string sourceUrl = default, string status = default, Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.Image image = default);
new Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageCreateResult : string * string * Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.Image -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageCreateResult
Public Sub New (Optional sourceUrl As String = Nothing, Optional status As String = Nothing, Optional image As Image = Nothing)
Parameters
- sourceUrl
- String
Source URL of the image.
- status
- String
Status of the image creation. Possible values include: 'OK', 'OKDuplicate', 'ErrorSource', 'ErrorImageFormat', 'ErrorImageSize', 'ErrorStorage', 'ErrorLimitExceed', 'ErrorTagLimitExceed', 'ErrorRegionLimitExceed', 'ErrorUnknown', 'ErrorNegativeAndRegularTagOnSameImage'
- image
- Image
The image.
Applies to
Azure SDK for .NET