PredictionQueryResult Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- token
- PredictionQueryToken
- results
- IList<StoredImagePrediction>
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET