次の方法で共有


ImageRegionCreateBatch コンストラクター

定義

オーバーロード

ImageRegionCreateBatch()

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

ImageRegionCreateBatch(IList<ImageRegionCreateEntry>)

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

ImageRegionCreateBatch()

ソース:
ImageRegionCreateBatch.cs
ソース:
ImageRegionCreateBatch.cs

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

public ImageRegionCreateBatch ();
Public Sub New ()

適用対象

ImageRegionCreateBatch(IList<ImageRegionCreateEntry>)

ソース:
ImageRegionCreateBatch.cs
ソース:
ImageRegionCreateBatch.cs

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

public ImageRegionCreateBatch (System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageRegionCreateEntry> regions = default);
new Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageRegionCreateBatch : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageRegionCreateEntry> -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageRegionCreateBatch
Public Sub New (Optional regions As IList(Of ImageRegionCreateEntry) = Nothing)

パラメーター

適用対象