Partager via


ImageModeration.MatchMethodWithHttpMessagesAsync Méthode

Définition

Recherche une correspondance approximative entre une image et l’une de vos listes d’images personnalisées. Vous pouvez créer et gérer vos listes d’images personnalisées à l’aide <d’une API href="/docs/services/578ff44d2703741568569ab9/operations/578ff7b12703741568569abe">this</a> .

Retourne l’ID et les balises de l’image correspondante.< br/><br/> Remarque : L’index d’actualisation doit être exécuté sur la liste d’images correspondante avant que les ajouts et les suppressions soient reflétés dans la réponse.

public System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.ContentModerator.Models.MatchResponse>> MatchMethodWithHttpMessagesAsync (string listId = default, bool? cacheImage = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member MatchMethodWithHttpMessagesAsync : string * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.ContentModerator.Models.MatchResponse>>
override this.MatchMethodWithHttpMessagesAsync : string * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.ContentModerator.Models.MatchResponse>>
Public Function MatchMethodWithHttpMessagesAsync (Optional listId As String = Nothing, Optional cacheImage As Nullable(Of Boolean) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of MatchResponse))

Paramètres

listId
String

ID de liste.

cacheImage
Nullable<Boolean>

s’il faut conserver l’image soumise pour une utilisation ultérieure ; la valeur par défaut est false si elle est omise.

customHeaders
Dictionary<String,List<String>>

En-têtes qui seront ajoutés à la demande.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Implémente

Exceptions

Levée lorsque l’opération a retourné un code de status non valide

Levée en cas d’impossibilité de désérialiser la réponse

Levée lorsqu’un paramètre obligatoire a la valeur Null

Levée lorsqu’un paramètre obligatoire a la valeur Null

S’applique à