PredictionQueryResult Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
PredictionQueryResult() |
Initialisiert eine neue instance der PredictionQueryResult-Klasse. |
PredictionQueryResult(PredictionQueryToken, IList<StoredImagePrediction>) |
Initialisiert eine neue instance der PredictionQueryResult-Klasse. |
PredictionQueryResult()
- Quelle:
- PredictionQueryResult.cs
- Quelle:
- PredictionQueryResult.cs
Initialisiert eine neue instance der PredictionQueryResult-Klasse.
public PredictionQueryResult();
Public Sub New ()
Gilt für:
PredictionQueryResult(PredictionQueryToken, IList<StoredImagePrediction>)
- Quelle:
- PredictionQueryResult.cs
- Quelle:
- PredictionQueryResult.cs
Initialisiert eine neue instance der PredictionQueryResult-Klasse.
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)
Parameter
- token
- PredictionQueryToken
- results
- IList<StoredImagePrediction>
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET