次の方法で共有


ImageUrl コンストラクター

定義

オーバーロード

ImageUrl()

ImageUrl クラスの新しいインスタンスを初期化します。

ImageUrl(String)

ImageUrl クラスの新しいインスタンスを初期化します。

ImageUrl()

ソース:
ImageUrl.cs

ImageUrl クラスの新しいインスタンスを初期化します。

public ImageUrl ();
Public Sub New ()

適用対象

ImageUrl(String)

ソース:
ImageUrl.cs

ImageUrl クラスの新しいインスタンスを初期化します。

public ImageUrl (string url);
new Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.Models.ImageUrl : string -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.Models.ImageUrl
Public Sub New (url As String)

パラメーター

url
String

適用対象