azure.cognitiveservices.search.customimagesearch package¶
Submodules¶
Module contents¶
-
class
azure.cognitiveservices.search.customimagesearch.
CustomImageSearchClient
(endpoint, credentials)[source]¶ Bases:
msrest.service_client.SDKClient
The Bing Custom Image Search API lets you send an image search query to Bing and get back image search results customized to meet your custom search definition.
- Variables
config (CustomImageSearchClientConfiguration) – Configuration for client.
custom_instance (azure.cognitiveservices.search.customimagesearch.operations.CustomInstanceOperations) – CustomInstance operations
- Parameters
endpoint (str) – Supported Cognitive Services endpoints (protocol and hostname, for example: “https://westus.api.cognitive.microsoft.com”, “https://api.cognitive.microsoft.com”).
credentials (None) – Subscription credentials which uniquely identify client subscription.
-
class
azure.cognitiveservices.search.customimagesearch.
CustomImageSearchClientConfiguration
(endpoint, credentials)[source]¶ Bases:
msrest.configuration.Configuration
Configuration for CustomImageSearchClient Note that all parameters used to create this instance are saved as instance attributes.
- Parameters
endpoint (str) – Supported Cognitive Services endpoints (protocol and hostname, for example: “https://westus.api.cognitive.microsoft.com”, “https://api.cognitive.microsoft.com”).
credentials (None) – Subscription credentials which uniquely identify client subscription.