ComputerVisionClient.AnalyzeImageWithHttpMessagesAsync 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 System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.ImageAnalysis>> AnalyzeImageWithHttpMessagesAsync (string url, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.VisualFeatureTypes?> visualFeatures = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.Details?> details = default, string language = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.DescriptionExclude?> descriptionExclude = default, string modelVersion = "latest", System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member AnalyzeImageWithHttpMessagesAsync : string * System.Collections.Generic.IList<Nullable<Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.VisualFeatureTypes>> * System.Collections.Generic.IList<Nullable<Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.Details>> * string * System.Collections.Generic.IList<Nullable<Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.DescriptionExclude>> * 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.ComputerVision.Models.ImageAnalysis>>
override this.AnalyzeImageWithHttpMessagesAsync : string * System.Collections.Generic.IList<Nullable<Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.VisualFeatureTypes>> * System.Collections.Generic.IList<Nullable<Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.Details>> * string * System.Collections.Generic.IList<Nullable<Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.DescriptionExclude>> * 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.ComputerVision.Models.ImageAnalysis>>
Public Function AnalyzeImageWithHttpMessagesAsync (url As String, Optional visualFeatures As IList(Of Nullable(Of VisualFeatureTypes)) = Nothing, Optional details As IList(Of Nullable(Of Details)) = Nothing, Optional language As String = Nothing, Optional descriptionExclude As IList(Of Nullable(Of DescriptionExclude)) = Nothing, Optional modelVersion As String = "latest", Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of ImageAnalysis))
Parameter
- url
- String
- visualFeatures
- IList<Nullable<VisualFeatureTypes>>
- language
- String
- descriptionExclude
- IList<Nullable<DescriptionExclude>>
- modelVersion
- String
- customHeaders
- Dictionary<String,List<String>>
- cancellationToken
- CancellationToken
Gibt zurück
Implementiert
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