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

ImagesExtensions 类

定义

图像的扩展方法。

public static class ImagesExtensions
type ImagesExtensions = class
Public Module ImagesExtensions
继承
ImagesExtensions

方法

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

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

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

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

适用于