次の方法で共有


ImageKnowledge コンストラクター

定義

オーバーロード

ImageKnowledge()

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

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

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

ImageKnowledge()

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

public ImageKnowledge();
Public Sub New ()

適用対象

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

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

public ImageKnowledge(string id = default, string readLink = default, string webSearchUrl = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.ImageTag> tags = default, Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.ImageObject image = default);
new Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.ImageKnowledge : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.ImageTag> * Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.ImageObject -> Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.ImageKnowledge
Public Sub New (Optional id As String = Nothing, Optional readLink As String = Nothing, Optional webSearchUrl As String = Nothing, Optional tags As IList(Of ImageTag) = Nothing, Optional image As ImageObject = Nothing)

パラメーター

id
String

文字列識別子。

readLink
String

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

webSearchUrl
String

このアイテムの検索結果Bingする URL。

tags
IList<ImageTag>

ビジュアル検索タグの一覧。

image
ImageObject

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

適用対象