次の方法で共有


PredictionQueryTag コンストラクター

定義

オーバーロード

PredictionQueryTag()

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

PredictionQueryTag(Guid, Double, Double)

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

PredictionQueryTag()

ソース:
PredictionQueryTag.cs
ソース:
PredictionQueryTag.cs

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

public PredictionQueryTag ();
Public Sub New ()

適用対象

PredictionQueryTag(Guid, Double, Double)

ソース:
PredictionQueryTag.cs
ソース:
PredictionQueryTag.cs

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

public PredictionQueryTag (Guid id = default, double minThreshold = 0, double maxThreshold = 0);
new Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.PredictionQueryTag : Guid * double * double -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.PredictionQueryTag
Public Sub New (Optional id As Guid = Nothing, Optional minThreshold As Double = 0, Optional maxThreshold As Double = 0)

パラメーター

id
Guid
minThreshold
Double
maxThreshold
Double

適用対象