CustomVisionPredictionClient.DetectImageWithNoStoreWithHttpMessagesAsync Método

Definición

public System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.Models.ImagePrediction>> DetectImageWithNoStoreWithHttpMessagesAsync (Guid projectId, string publishedName, System.IO.Stream imageData, string application = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member DetectImageWithNoStoreWithHttpMessagesAsync : Guid * string * System.IO.Stream * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.Models.ImagePrediction>>
override this.DetectImageWithNoStoreWithHttpMessagesAsync : Guid * string * System.IO.Stream * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.Models.ImagePrediction>>
Public Function DetectImageWithNoStoreWithHttpMessagesAsync (projectId As Guid, publishedName As String, imageData As Stream, Optional application As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of ImagePrediction))

Parámetros

projectId
Guid
publishedName
String
imageData
Stream
application
String
customHeaders
Dictionary<String,List<String>>
cancellationToken
CancellationToken

Devoluciones

Implementaciones

Se aplica a