PredictionModel 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
PredictionModel() |
Initialisiert eine neue instance der PredictionModel-Klasse. |
PredictionModel(Double, Guid, String, BoundingBox, String) |
PredictionModel()
- Quelle:
- PredictionModel.cs
Initialisiert eine neue instance der PredictionModel-Klasse.
public PredictionModel ();
Public Sub New ()
Gilt für:
PredictionModel(Double, Guid, String, BoundingBox, String)
- Quelle:
- PredictionModel.cs
public PredictionModel (double probability = 0, Guid tagId = default, string tagName = default, Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.Models.BoundingBox boundingBox = default, string tagType = default);
new Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.Models.PredictionModel : double * Guid * string * Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.Models.BoundingBox * string -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.Models.PredictionModel
Public Sub New (Optional probability As Double = 0, Optional tagId As Guid = Nothing, Optional tagName As String = Nothing, Optional boundingBox As BoundingBox = Nothing, Optional tagType As String = Nothing)
Parameter
- probability
- Double
- tagId
- Guid
- tagName
- String
- boundingBox
- BoundingBox
- tagType
- String
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