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

Images 类

定义

图像操作。

public class Images : Microsoft.Azure.CognitiveServices.Search.VisualSearch.IImages, Microsoft.Rest.IServiceOperations<Microsoft.Azure.CognitiveServices.Search.VisualSearch.VisualSearchClient>
type Images = class
    interface IServiceOperations<VisualSearchClient>
    interface IImages
Public Class Images
Implements IImages, IServiceOperations(Of VisualSearchClient)
继承
Images
实现

构造函数

Images(VisualSearchClient)

初始化 Images 类的新实例。

属性

Client

获取对 VisualSearchClient 的引用

方法

VisualSearchMethodWithHttpMessagesAsync(String, String, String, String, String, String, String, String, String, String, Stream, Dictionary<String,List<String>>, CancellationToken)

借助视觉搜索 API,可以发现有关图像的见解,例如视觉上相似的图像、购物来源和相关搜索。 API 还可以执行文本识别、识别实体 (人员、地点、事物) 、返回供用户浏览的其他主题内容等。 有关详细信息,请参阅 视觉搜索概述

VisualSearchMethodWithHttpMessagesAsync(String, String, String, String, String, String, String, String, String, VisualSearchRequest, Stream, Dictionary<String,List<String>>, CancellationToken)

图像视觉搜索 API 允许你向必应发送图像并取回相关标记的列表。 每个标记都包含用户可能感兴趣的潜在操作。 本部分提供有关用于请求操作的请求格式和标头以及包含这些操作的 JSON 响应对象的技术详细信息。 有关演示如何发出请求的示例,请参阅 在 Web 上搜索图像

扩展方法

VisualSearchMethodAsync(IImages, String, String, String, String, String, String, String, String, String, VisualSearchRequest, Stream, CancellationToken)

图像视觉搜索 API 允许你向必应发送图像并取回相关标记的列表。 每个标记都包含用户可能感兴趣的潜在操作。 本部分提供有关用于请求操作的请求格式和标头以及包含这些操作的 JSON 响应对象的技术详细信息。 有关演示如何发出请求的示例,请参阅 在 Web 上搜索图像

VisualSearchMethodAsync(IImages, String, String, String, String, String, String, String, String, String, String, Stream, CancellationToken)

借助视觉搜索 API,可以发现有关图像的见解,例如视觉上相似的图像、购物来源和相关搜索。 API 还可以执行文本识别、识别实体 (人员、地点、事物) 、返回供用户浏览的其他主题内容等。 有关详细信息,请参阅 视觉搜索概述

适用于