Compartir a través de


ImageModeration.MatchFileInputWithHttpMessagesAsync 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>> MatchFileInputWithHttpMessagesAsync (System.IO.Stream imageStream, 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 MatchFileInputWithHttpMessagesAsync : System.IO.Stream * 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.MatchFileInputWithHttpMessagesAsync : System.IO.Stream * 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 MatchFileInputWithHttpMessagesAsync (imageStream As Stream, 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

imageStream
Stream

Archivo de imagen.

listId
String

Identificador de lista.

cacheImage
Nullable<Boolean>

Si desea 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

Implementaciones

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 produce cuando un parámetro obligatorio es NULL

Se aplica a