ComputerVisionClientExtensions.DescribeImageAsync 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.
public static System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.ImageDescription> DescribeImageAsync (this Microsoft.Azure.CognitiveServices.Vision.ComputerVision.IComputerVisionClient operations, string url, int? maxCandidates = 1, 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 DescribeImageAsync : Microsoft.Azure.CognitiveServices.Vision.ComputerVision.IComputerVisionClient * string * Nullable<int> * 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.ImageDescription>
<Extension()>
Public Function DescribeImageAsync (operations As IComputerVisionClient, url As String, Optional maxCandidates As Nullable(Of Integer) = 1, 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 ImageDescription)
Parameters
- operations
- IComputerVisionClient
- url
- String
- language
- String
- descriptionExclude
- IList<Nullable<DescriptionExclude>>
- modelVersion
- String
- cancellationToken
- CancellationToken
Returns
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET