CustomVisionPredictionClientExtensions.PredictImageUrlWithNoStore(ICustomVisionPredictionClient, Guid, ImageUrl, Nullable<Guid>, String) Method
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.
Predict an image url without saving the result
public static Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.Models.ImagePrediction PredictImageUrlWithNoStore (this Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.ICustomVisionPredictionClient operations, Guid projectId, Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.Models.ImageUrl imageUrl, Guid? iterationId = default, string application = default);
static member PredictImageUrlWithNoStore : Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.ICustomVisionPredictionClient * Guid * Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.Models.ImageUrl * Nullable<Guid> * string -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.Models.ImagePrediction
<Extension()>
Public Function PredictImageUrlWithNoStore (operations As ICustomVisionPredictionClient, projectId As Guid, imageUrl As ImageUrl, Optional iterationId As Nullable(Of Guid) = Nothing, Optional application As String = Nothing) As ImagePrediction
Parameters
- operations
- ICustomVisionPredictionClient
The operations group for this extension method.
- projectId
- System.Guid
The project id
- imageUrl
- ImageUrl
An {Iris.Web.Api.Models.ImageUrl} that contains the url of the image to be evaluated
- iterationId
- System.Nullable<System.Guid>
Optional. Specifies the id of a particular iteration to evaluate against. The default iteration for the project will be used when not specified
- application
- System.String
Optional. Specifies the name of application using the endpoint