ImageKnowledge コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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。
- image
- ImageObject
要求されたイメージに関するメタデータを含む Image オブジェクト。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET