CustomVisionPredictionClientExtensions.ClassifyImageUrlWithNoStore Methode
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.
public static Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.Models.ImagePrediction ClassifyImageUrlWithNoStore (this Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.ICustomVisionPredictionClient operations, Guid projectId, string publishedName, Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.Models.ImageUrl imageUrl, string application = default);
static member ClassifyImageUrlWithNoStore : Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.ICustomVisionPredictionClient * Guid * string * Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.Models.ImageUrl * string -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.Models.ImagePrediction
<Extension()>
Public Function ClassifyImageUrlWithNoStore (operations As ICustomVisionPredictionClient, projectId As Guid, publishedName As String, imageUrl As ImageUrl, Optional application As String = Nothing) As ImagePrediction
Parameter
- operations
- ICustomVisionPredictionClient
- projectId
- Guid
- publishedName
- String
- imageUrl
- ImageUrl
- application
- String
Gibt zurück
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