次の方法で共有


IEntitySearchClient インターフェイス

定義

Entity Search API を使用すると、Bingに検索クエリを送信し、エンティティと場所を含む検索結果を取得できます。 場所の結果には、レストラン、ホテルやその他の地元企業が含まれます。 場所の場合、クエリではローカル ビジネスの名前を指定したり、一覧 (たとえば、近くのレストラン) を尋ねたりできます。 エンティティの結果には、人、場所、または物が含まれます。 このコンテキストでの場所とは、観光名所、州、国などです。

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

プロパティ

Credentials

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

DeserializationSettings

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

Endpoint

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

Entities

IEntitiesOperations を取得します。

SerializationSettings

サービスのベース URI。

適用対象