你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IImageSearchClient 接口

定义

图像搜索 API 允许你向必应发送搜索查询并取回相关图像的列表。 本部分提供有关用于请求图像的查询参数和标头以及包含它们的 JSON 响应对象的技术详细信息。 有关演示如何发出请求的示例,请参阅 在 Web 上搜索图像

public interface IImageSearchClient : IDisposable
type IImageSearchClient = interface
    interface IDisposable
Public Interface IImageSearchClient
Implements IDisposable
派生
实现

属性

Credentials

唯一标识客户端订阅的订阅凭据。

DeserializationSettings

获取或设置 json 反序列化设置。

Endpoint

支持的认知服务终结点 (协议和主机名,例如:“https://westus.api.cognitive.microsoft.com"、”https://api.cognitive.microsoft.com") 。

Images

获取 IImagesOperations。

SerializationSettings

服务的基 URI。

适用于