Aracılığıyla paylaş


PredictionQueryResult Constructors

Definition

Overloads

PredictionQueryResult()

Initializes a new instance of the PredictionQueryResult class.

PredictionQueryResult(PredictionQueryToken, IList<StoredImagePrediction>)

Initializes a new instance of the PredictionQueryResult class.

PredictionQueryResult()

Source:
PredictionQueryResult.cs
Source:
PredictionQueryResult.cs

Initializes a new instance of the PredictionQueryResult class.

public PredictionQueryResult ();
Public Sub New ()

Applies to

PredictionQueryResult(PredictionQueryToken, IList<StoredImagePrediction>)

Source:
PredictionQueryResult.cs
Source:
PredictionQueryResult.cs

Initializes a new instance of the PredictionQueryResult class.

public PredictionQueryResult (Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.PredictionQueryToken token = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.StoredImagePrediction> results = default);
new Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.PredictionQueryResult : Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.PredictionQueryToken * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.StoredImagePrediction> -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.PredictionQueryResult
Public Sub New (Optional token As PredictionQueryToken = Nothing, Optional results As IList(Of StoredImagePrediction) = Nothing)

Parameters

Applies to