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

Response 类

定义

定义响应。 可在响应根目录下返回的所有架构都应继承自此

public class Response : Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.Identifiable
type Response = class
    inherit Identifiable
Public Class Response
Inherits Identifiable
继承
派生

构造函数

Response()

初始化 Response 类的新实例。

Response(String, String, String)

初始化 Response 类的新实例。

属性

Id

获取字符串标识符。

(继承自 Identifiable)
ReadLink

获取返回此资源的 URL。

WebSearchUrl

获取必应针对此项的搜索结果的 URL。

适用于