IVisualSearchClient インターフェイス

定義

Visual Search API を使用すると、視覚的に類似した画像、ショッピング ソース、関連する検索などの画像に関する分析情報を検出できます。 API では、テキスト認識の実行、エンティティ (人、場所、物)の識別、ユーザーが探索するその他の局所コンテンツの返しなどを行うこともできます。 詳細については、「 Visual Search の概要」を参照してください。

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

プロパティ

Credentials

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

DeserializationSettings

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

Endpoint

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

Images

IImages を取得します。

SerializationSettings

サービスのベース URI。

適用対象