次の方法で共有


ImageKnowledge クラス

定義

ビジュアル検索 API 応答を定義します。

public class ImageKnowledge : Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.Response
type ImageKnowledge = class
    inherit Response
Public Class ImageKnowledge
Inherits Response
継承

コンストラクター

ImageKnowledge()

ImageKnowledge クラスの新しいインスタンスを初期化します。

ImageKnowledge(String, String, String, IList<ImageTag>, ImageObject)

ImageKnowledge クラスの新しいインスタンスを初期化します。

プロパティ

Id

文字列識別子を取得します。

(継承元 Identifiable)
Image

要求されたイメージに関するメタデータを含む image オブジェクトを取得します。

ReadLink

このリソースを返す URL を取得します。 URL を使用するには、必要に応じてクエリ パラメーターを追加し、Ocp-Apim-Subscription-Key ヘッダーを含めます。

(継承元 Response)
Tags

ビジュアル検索タグの一覧を取得します。

WebSearchUrl

このアイテムの検索結果をBingする URL を取得します。

(継承元 Response)

適用対象