CustomVisionPredictionClientExtensions.PredictImageUrlWithNoStoreWithHttpMessages(ICustomVisionPredictionClient, Guid, ImageUrl, Nullable<Guid>, String, Dictionary<String,List<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.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.Models.ImagePrediction> PredictImageUrlWithNoStoreWithHttpMessages (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, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default);
static member PredictImageUrlWithNoStoreWithHttpMessages : Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.ICustomVisionPredictionClient * Guid * Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.Models.ImageUrl * Nullable<Guid> * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> -> Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.Models.ImagePrediction>
<Extension()>
Public Function PredictImageUrlWithNoStoreWithHttpMessages (operations As ICustomVisionPredictionClient, projectId As Guid, imageUrl As ImageUrl, Optional iterationId As Nullable(Of Guid) = Nothing, Optional application As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing) As HttpOperationResponse(Of 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
- customHeaders
- System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>
Headers that will be added to request.