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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET