次の方法で共有


ImageRegionCreateEntry コンストラクター

定義

オーバーロード

ImageRegionCreateEntry()

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

ImageRegionCreateEntry(Guid, Guid, Double, Double, Double, Double)

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

ImageRegionCreateEntry()

ソース:
ImageRegionCreateEntry.cs
ソース:
ImageRegionCreateEntry.cs

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

public ImageRegionCreateEntry ();
Public Sub New ()

適用対象

ImageRegionCreateEntry(Guid, Guid, Double, Double, Double, Double)

ソース:
ImageRegionCreateEntry.cs
ソース:
ImageRegionCreateEntry.cs

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

public ImageRegionCreateEntry (Guid imageId, Guid tagId, double left, double top, double width, double height);
new Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageRegionCreateEntry : Guid * Guid * double * double * double * double -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageRegionCreateEntry
Public Sub New (imageId As Guid, tagId As Guid, left As Double, top As Double, width As Double, height As Double)

パラメーター

imageId
Guid

イメージの ID。

tagId
Guid

このリージョンに関連付けられているタグの ID。

left
Double

左境界の座標。

top
Double

上の境界の座標。

width
Double

幅。

height
Double

高さ。

適用対象