Partager via


CustomInstance Classe

Définition

Opérations 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)
Héritage
CustomInstance
Implémente

Constructeurs

CustomInstance(CustomImageSearchClient)

Initialise une nouvelle instance de la classe CustomInstance.

Propriétés

Client

Obtient une référence à CustomImageSearchClient

Méthodes

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)

L’API Recherche d’images personnalisée vous permet d’envoyer une requête de recherche d’images à Bing et d’obtenir des résultats d’image trouvés dans votre vue personnalisée du web.

Méthodes d’extension

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)

L’API Recherche d’images personnalisée vous permet d’envoyer une requête de recherche d’images à Bing et d’obtenir des résultats d’image trouvés dans votre vue personnalisée du web.

S’applique à