次の方法で共有


ImageUrlCreateBatch コンストラクター

定義

オーバーロード

ImageUrlCreateBatch()

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

ImageUrlCreateBatch(IList<ImageUrlCreateEntry>, IList<Guid>, IDictionary<String,String>)

ImageUrlCreateBatch()

ソース:
ImageUrlCreateBatch.cs
ソース:
ImageUrlCreateBatch.cs

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

public ImageUrlCreateBatch ();
Public Sub New ()

適用対象

ImageUrlCreateBatch(IList<ImageUrlCreateEntry>, IList<Guid>, IDictionary<String,String>)

ソース:
ImageUrlCreateBatch.cs
ソース:
ImageUrlCreateBatch.cs
public ImageUrlCreateBatch (System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageUrlCreateEntry> images = default, System.Collections.Generic.IList<Guid> tagIds = default, System.Collections.Generic.IDictionary<string,string> metadata = default);
new Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageUrlCreateBatch : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageUrlCreateEntry> * System.Collections.Generic.IList<Guid> * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageUrlCreateBatch
Public Sub New (Optional images As IList(Of ImageUrlCreateEntry) = Nothing, Optional tagIds As IList(Of Guid) = Nothing, Optional metadata As IDictionary(Of String, String) = Nothing)

パラメーター

tagIds
IList<Guid>

適用対象