ImageUrl 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
ImageUrl() |
Initializes a new instance of the ImageUrl class. |
ImageUrl(String) |
Initializes a new instance of the ImageUrl class. |
ImageUrl()
- Source:
- ImageUrl.cs
- Source:
- ImageUrl.cs
Initializes a new instance of the ImageUrl class.
public ImageUrl ();
Public Sub New ()
Applies to
ImageUrl(String)
- Source:
- ImageUrl.cs
- Source:
- ImageUrl.cs
Initializes a new instance of the ImageUrl class.
public ImageUrl (string url);
new Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageUrl : string -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageUrl
Public Sub New (url As String)
Parameters
- url
- String
Url of the image.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET