Compartir a través de


CustomInstance Clase

Definición

Operaciones CustomInstance.

public class CustomInstance : Microsoft.Azure.CognitiveServices.Search.CustomImageSearch.ICustomInstance, Microsoft.Rest.IServiceOperations<Microsoft.Azure.CognitiveServices.Search.CustomImageSearch.CustomImageSearchClient>
type CustomInstance = class
    interface IServiceOperations<CustomImageSearchClient>
    interface ICustomInstance
Public Class CustomInstance
Implements ICustomInstance, IServiceOperations(Of CustomImageSearchClient)
Herencia
CustomInstance
Implementaciones

Constructores

CustomInstance(CustomImageSearchClient)

Inicializa una nueva instancia de la clase CustomInstance.

Propiedades

Client

Obtiene una referencia a CustomImageSearchClient.

Métodos

ImageSearchWithHttpMessagesAsync(String, String, String, String, String, String, String, String, String, String, Nullable<Int32>, String, Nullable<Int32>, String, String, String, String, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, String, String, String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

Custom Image Search API le permite enviar una consulta de búsqueda de imágenes a Bing y obtener los resultados de la imagen que se encuentran en la vista personalizada de la web.

Métodos de extensión

ImageSearchAsync(ICustomInstance, String, String, String, String, String, String, String, String, String, String, Nullable<Int32>, String, Nullable<Int32>, String, String, String, String, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, String, String, String, Nullable<Int32>, CancellationToken)

Custom Image Search API le permite enviar una consulta de búsqueda de imágenes a Bing y obtener los resultados de la imagen que se encuentran en la vista personalizada de la web.

Se aplica a