IComputerVisionClient.GenerateThumbnailWithHttpMessagesAsync Méthode
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<System.IO.Stream>> GenerateThumbnailWithHttpMessagesAsync (int width, int height, string url, bool? smartCropping = False, string modelVersion = "latest", System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GenerateThumbnailWithHttpMessagesAsync : int * int * string * Nullable<bool> * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<System.IO.Stream>>
Public Function GenerateThumbnailWithHttpMessagesAsync (width As Integer, height As Integer, url As String, Optional smartCropping As Nullable(Of Boolean) = False, 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 Stream))
- width
- Int32
- height
- Int32
- url
- String
- modelVersion
- String
- customHeaders
- Dictionary<String,List<String>>
- cancellationToken
- CancellationToken
Produit | Versions |
---|---|
Azure SDK for .NET | Latest |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Commentaires sur Azure SDK for .NET
Azure SDK for .NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :