次の方法で共有


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 を使用すると、画像検索クエリをBingに送信し、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 を使用すると、画像検索クエリをBingに送信し、Web のカスタム ビューで画像の結果を取得できます。

適用対象