CustomImageSearchClient Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public class CustomImageSearchClient : Microsoft.Rest.ServiceClient<Microsoft.Azure.CognitiveServices.Search.CustomImageSearch.CustomImageSearchClient>, IDisposable, Microsoft.Azure.CognitiveServices.Search.CustomImageSearch.ICustomImageSearchClient
type CustomImageSearchClient = class
inherit ServiceClient<CustomImageSearchClient>
interface ICustomImageSearchClient
interface IDisposable
Public Class CustomImageSearchClient
Inherits ServiceClient(Of CustomImageSearchClient)
Implements ICustomImageSearchClient, IDisposable
- Inheritance
- Implements
Constructors
CustomImageSearchClient(DelegatingHandler[]) |
Initializes a new instance of the CustomImageSearchClient class. |
CustomImageSearchClient(HttpClient, Boolean) |
Initializes a new instance of the CustomImageSearchClient class. |
CustomImageSearchClient(HttpClientHandler, DelegatingHandler[]) |
Initializes a new instance of the CustomImageSearchClient class. |
CustomImageSearchClient(ServiceClientCredentials, DelegatingHandler[]) |
Initializes a new instance of the CustomImageSearchClient class. |
CustomImageSearchClient(ServiceClientCredentials, HttpClient, Boolean) |
Initializes a new instance of the CustomImageSearchClient class. |
CustomImageSearchClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[]) |
Initializes a new instance of the CustomImageSearchClient class. |
Properties
Credentials |
Subscription credentials which uniquely identify client subscription. |
CustomInstance |
Gets the ICustomInstance. |
DeserializationSettings |
Gets or sets json deserialization settings. |
Endpoint |
Supported Cognitive Services endpoints (protocol and hostname, for example: "https://westus.api.cognitive.microsoft.com", "https://api.cognitive.microsoft.com"). |
FirstMessageHandler | (Inherited from ServiceClient<T>) |
HttpClient | (Inherited from ServiceClient<T>) |
HttpClientHandler | (Inherited from ServiceClient<T>) |
HttpMessageHandlers | (Inherited from ServiceClient<T>) |
SerializationSettings |
Gets or sets json serialization settings. |
UserAgent | (Inherited from ServiceClient<T>) |
Methods
CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[]) | (Inherited from ServiceClient<T>) |
Dispose() | (Inherited from ServiceClient<T>) |
Dispose(Boolean) | (Inherited from ServiceClient<T>) |
InitializeHttpClient(HttpClient, HttpClientHandler, DelegatingHandler[]) | (Inherited from ServiceClient<T>) |
InitializeHttpClient(HttpClientHandler, DelegatingHandler[]) | (Inherited from ServiceClient<T>) |
SetRetryPolicy(RetryPolicy) | (Inherited from ServiceClient<T>) |
SetUserAgent(String, String) | (Inherited from ServiceClient<T>) |
SetUserAgent(String) | (Inherited from ServiceClient<T>) |
Applies to
Azure SDK for .NET