次の方法で共有


ImageIdCreateEntry コンストラクター

定義

オーバーロード

ImageIdCreateEntry()

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

ImageIdCreateEntry(Guid, IList<Guid>, IList<Region>)

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

ImageIdCreateEntry()

ソース:
ImageIdCreateEntry.cs
ソース:
ImageIdCreateEntry.cs

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

public ImageIdCreateEntry ();
Public Sub New ()

適用対象

ImageIdCreateEntry(Guid, IList<Guid>, IList<Region>)

ソース:
ImageIdCreateEntry.cs
ソース:
ImageIdCreateEntry.cs

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

public ImageIdCreateEntry (Guid id = default, System.Collections.Generic.IList<Guid> tagIds = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.Region> regions = default);
new Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageIdCreateEntry : Guid * System.Collections.Generic.IList<Guid> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.Region> -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageIdCreateEntry
Public Sub New (Optional id As Guid = Nothing, Optional tagIds As IList(Of Guid) = Nothing, Optional regions As IList(Of Region) = Nothing)

パラメーター

id
Guid

イメージの ID。

tagIds
IList<Guid>
regions
IList<Region>

適用対象