Compartir a través de


IImageModeration.MatchMethodWithHttpMessagesAsync Método

Definición

Hace una coincidencia aproximada de una imagen frente una de las listas de imágenes personalizadas. Puede crear y administrar las listas de imágenes personalizadas mediante <href="/docs/services/578ff44d2703741568569ab9/operations/578ff7b12703741568569abe">this</a> API.

Devuelve el identificador y las etiquetas de la imagen coincidente.< br/><br/> Note: Refresh Index debe ejecutarse en la lista de imágenes correspondiente antes de que las adiciones y eliminaciones se reflejen en la respuesta.

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>>
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))

Parámetros

listId
String

Id. de lista.

cacheImage
Nullable<Boolean>

Si se debe conservar la imagen enviada para su uso futuro; el valor predeterminado es false si se omite.

customHeaders
Dictionary<String,List<String>>

Encabezados que se agregarán a la solicitud.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Excepciones

Se produce cuando la operación devolvió un código de estado no válido

Se produce cuando no se puede deserializar la respuesta

Se produce cuando un parámetro obligatorio es NULL

Se aplica a