ComputerVisionClientExtensions.AnalyzeImageInStreamAsync 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 System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.ImageAnalysis> AnalyzeImageInStreamAsync (this Microsoft.Azure.CognitiveServices.Vision.ComputerVision.IComputerVisionClient operations, System.IO.Stream image, 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.Threading.CancellationToken cancellationToken = default);
static member AnalyzeImageInStreamAsync : Microsoft.Azure.CognitiveServices.Vision.ComputerVision.IComputerVisionClient * System.IO.Stream * 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.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.ImageAnalysis>
<Extension()>
Public Function AnalyzeImageInStreamAsync (operations As IComputerVisionClient, image As Stream, 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 cancellationToken As CancellationToken = Nothing) As Task(Of ImageAnalysis)
Parameter
- operations
- IComputerVisionClient
- image
- Stream
- visualFeatures
- IList<Nullable<VisualFeatureTypes>>
- language
- String
- descriptionExclude
- IList<Nullable<DescriptionExclude>>
- modelVersion
- String
- cancellationToken
- CancellationToken
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