ImageSearchClient Class

Definition

The Image Search API lets you send a search query to Bing and get back a list of relevant images. This section provides technical details about the query parameters and headers that you use to request images and the JSON response objects that contain them. For examples that show how to make requests, see Searching the Web for Images.

public class ImageSearchClient : Microsoft.Rest.ServiceClient<Microsoft.Azure.CognitiveServices.Search.ImageSearch.ImageSearchClient>, IDisposable, Microsoft.Azure.CognitiveServices.Search.ImageSearch.IImageSearchClient
type ImageSearchClient = class
    inherit ServiceClient<ImageSearchClient>
    interface IImageSearchClient
    interface IDisposable
Public Class ImageSearchClient
Inherits ServiceClient(Of ImageSearchClient)
Implements IDisposable, IImageSearchClient
Inheritance
Implements

Constructors

ImageSearchClient(DelegatingHandler[])

Initializes a new instance of the ImageSearchClient class.

ImageSearchClient(HttpClient, Boolean)

Initializes a new instance of the ImageSearchClient class.

ImageSearchClient(HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the ImageSearchClient class.

ImageSearchClient(ServiceClientCredentials, DelegatingHandler[])

Initializes a new instance of the ImageSearchClient class.

ImageSearchClient(ServiceClientCredentials, HttpClient, Boolean)

Initializes a new instance of the ImageSearchClient class.

ImageSearchClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the ImageSearchClient class.

Properties

Credentials

Subscription credentials which uniquely identify client subscription.

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>)
Images

Gets the IImagesOperations.

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) (Inherited from ServiceClient<T>)
SetUserAgent(String, String) (Inherited from ServiceClient<T>)

Applies to