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

CustomInstance 类

定义

CustomInstance 操作。

public class CustomInstance : Microsoft.Azure.CognitiveServices.Search.CustomImageSearch.ICustomInstance, Microsoft.Rest.IServiceOperations<Microsoft.Azure.CognitiveServices.Search.CustomImageSearch.CustomImageSearchClient>
type CustomInstance = class
    interface IServiceOperations<CustomImageSearchClient>
    interface ICustomInstance
Public Class CustomInstance
Implements ICustomInstance, IServiceOperations(Of CustomImageSearchClient)
继承
CustomInstance
实现

构造函数

CustomInstance(CustomImageSearchClient)

初始化 CustomInstance 类的新实例。

属性

Client

获取对 CustomImageSearchClient 的引用

方法

ImageSearchWithHttpMessagesAsync(String, String, String, String, String, String, String, String, String, String, Nullable<Int32>, String, Nullable<Int32>, String, String, String, String, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, String, String, String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

自定义图像搜索 API 允许你向必应发送图像搜索查询,并获取在 Web 的自定义视图中找到的图像结果。

扩展方法

ImageSearchAsync(ICustomInstance, String, String, String, String, String, String, String, String, String, String, Nullable<Int32>, String, Nullable<Int32>, String, String, String, String, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, String, String, String, Nullable<Int32>, CancellationToken)

自定义图像搜索 API 允许你向必应发送图像搜索查询,并获取在 Web 的自定义视图中找到的图像结果。

适用于