次の方法で共有


ICustomImageSearchClient インターフェイス

定義

Bingカスタム イメージ検索 API を使用すると、イメージ検索クエリをBingに送信し、カスタム検索定義を満たすようにカスタマイズされたイメージ検索結果を取得できます。

public interface ICustomImageSearchClient : IDisposable
type ICustomImageSearchClient = interface
    interface IDisposable
Public Interface ICustomImageSearchClient
Implements IDisposable
派生
実装

プロパティ

Credentials

クライアント サブスクリプションを一意に識別するサブスクリプション資格情報。

CustomInstance

ICustomInstance を取得します。

DeserializationSettings

json 逆シリアル化設定を取得または設定します。

Endpoint

サポートされている Cognitive Services エンドポイント (プロトコルとホスト名:"https://westus.api.cognitive.microsoft.com"、"https://api.cognitive.microsoft.com")。

SerializationSettings

サービスのベース URI。

適用対象