ImagePrediction 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
ImagePrediction() |
Initialisiert eine neue instance der ImagePrediction-Klasse. |
ImagePrediction(Guid, Guid, Guid, DateTime, IList<PredictionModel>) |
Initialisiert eine neue instance der ImagePrediction-Klasse. |
ImagePrediction()
- Quelle:
- ImagePrediction.cs
Initialisiert eine neue instance der ImagePrediction-Klasse.
public ImagePrediction ();
Public Sub New ()
Gilt für:
ImagePrediction(Guid, Guid, Guid, DateTime, IList<PredictionModel>)
- Quelle:
- ImagePrediction.cs
Initialisiert eine neue instance der ImagePrediction-Klasse.
public ImagePrediction (Guid id = default, Guid project = default, Guid iteration = default, DateTime created = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.Models.PredictionModel> predictions = default);
new Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.Models.ImagePrediction : Guid * Guid * Guid * DateTime * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.Models.PredictionModel> -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.Models.ImagePrediction
Public Sub New (Optional id As Guid = Nothing, Optional project As Guid = Nothing, Optional iteration As Guid = Nothing, Optional created As DateTime = Nothing, Optional predictions As IList(Of PredictionModel) = Nothing)
Parameter
- id
- Guid
- project
- Guid
- iteration
- Guid
- created
- DateTime
- predictions
- IList<PredictionModel>
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