次の方法で共有


TrendingImages クラス

定義

注目の画像要求が成功したときに応答に含まれる最上位のオブジェクト。

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

コンストラクター

TrendingImages()

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

TrendingImages(IList<TrendingImagesCategory>, String, String, String)

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

プロパティ

Categories

画像のカテゴリとそのカテゴリ内の注目の画像の一覧を識別するリストを取得または設定します。

Id

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

(継承元 Identifiable)
ReadLink

このリソースを返す URL を取得します。

(継承元 Response)
WebSearchUrl

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

(継承元 Response)

メソッド

Validate()

オブジェクトを検証します。

適用対象