Tag wawasan default

Peringatan

Pada 30 Oktober 2020, API Bing Search dipindahkan dari layanan Azure AI ke Bing Search Services. Dokumentasi ini disediakan hanya untuk referensi. Untuk dokumentasi terbaru, lihat dokumentasi Bing Search API. Untuk petunjuk tentang cara membuat sumber daya Azure baru untuk pencarian Bing, lihat Membuat sumber daya Pencarian Bing melalui Marketplace Azure.

Tag wawasan default adalah tag dengan bidang displayName yang diatur ke string kosong. Contoh berikut menunjukkan kemungkinan daftar wawasan (tindakan) default. Daftar tindakan yang disertakan respons tergantung pada gambar. Dan untuk setiap tindakan, daftar properti dapat bervariasi menurut gambar, jadi periksa apakah properti ada sebelum mencoba menggunakannya.

{
  "_type" : "ImageKnowledge",
  "tags" : [
    {
      "displayName" : "",
      "actions" : [
        {
          "_type" : "ImageModuleAction",
          "actionType" : "PagesIncluding",
          "data" : {
            "value" : [...]
          }
        },
        {
          "_type" : "ImageShoppingSourcesAction",
          "actionType" : "ShoppingSources",
          "data" : {
            "offers" : [...]
          }
        },
        {
          "image" : {...},
          "actionType" : "MoreSizes"
        },
        {
          "_type" : "ImageModuleAction",
          "actionType" : "VisualSearch",
          "data" : {
            "value" : [...]
          }
        },
        {
          "_type" : "ImageRecipesAction",
          "actionType" : "Recipes",
          "data" : {
            "value" : [...]
          }
        },
        {
          "image" : {...},
          "actionType" : "ImageById"
        },
        {
          "_type" : "ImageModuleAction",
          "actionType" : "ProductVisualSearch",
          "data" : {
            "value" : [...]
          }
        },
        {
          "_type" : "ImageRelatedSearchesAction",
          "actionType" : "RelatedSearches",
          "data" : {
            "value" : [...]
          }
        },
        {
          "_type" : "ImageRelatedSearchesAction",
          "actionType" : "DocumentLevelSuggestions",
          "data" : {
            "value" : [...]
          }
        }
      ]
    },
    {...},
    {...},
    {...},
    {...}
  ],
  "image" : {
    "imageInsightsToken" : "bcid_AF8C9CA409421B..."
  }
}

Wawasan PagesIncluding

Wawasan PagesIncluding menyediakan daftar halaman web yang menyertakan gambar ini. Ini sebenarnya merupakan daftar objek Image, dan bidang hostPageUrl berisi URL ke halaman web yang menyertakan gambar. Misalnya penggunaan, lihat Contoh wawasan PagesIncluding.

{
  "_type" : "ImageModuleAction",
  "actionType" : "PagesIncluding",
  "data" : {
    "value" : [
      {
        "webSearchUrl" : "https://www.bing.com\/images\/search?",
        "name" : "Today's smoking hot country",
        "thumbnailUrl" : "https:\/\/tse2.mm.bing.net\/th?id=OIP...",
        "datePublished" : "2017-09-20T12:00:00.0000000Z",
        "contentUrl" : "http:\/\/contoso.com\/wordstuff",
        "hostPageUrl" : "http:\/\/contoso.com\/2017\/09\/20\/car",
        "contentSize" : "122540 B",
        "encodingFormat" : "jpeg",
        "hostPageDisplayUrl" : "contoso.com\/2017\/09\/20\/car",
        "width" : 894,
        "height" : 1200,
        "thumbnail" : {
          "width" : 474,
          "height" : 636
        },
        "imageInsightsToken" : "ccid_CO5GEthj*mid_5323B1",
        "insightsMetadata" : {
          "pagesIncludingCount" : 12,
          "availableSizesCount" : 7
        },
        "imageId" : "5323B1900FB9087B6B45D176D234E1F2F23CD3A5",
        "accentColor" : "55585B"
      }
    ]
  }
}

Wawasan ShoppingSources

Wawasan ShoppingSources menyediakan daftar situs web tempat pengguna dapat membeli item yang ditampilkan dalam gambar. Daftar penawaran termasuk URL halaman web tempat pengguna dapat membeli item, harga item, dan memberi peringkat atau meninjau detail. Misalnya penggunaan, lihat contoh ShoppingSources.

{
  "_type" : "ImageShoppingSourcesAction",
  "actionType" : "ShoppingSources",
  "data" : {
    "offers" : [
      {
        "name" : "Apple Pie",
        "url" : "https:\/\/contoso.com\/product_p\/l10.htm",
        "description" : "A taste of the crust, apple, and pie filling...",
        "seller" : {
          "name" : "Contoso"
        },
        "price" : 3.99,
        "priceCurrency" : "USD",
        "aggregateRating" : {
          "ratingValue" : 5
        },
        "lastUpdated" : "2018-04-16T00:00:00.0000000"
      }
    ]
  }
}

Wawasan MoreSizes

Wawasan MoreSizes mengidentifikasi jumlah ukuran (lebih besar atau lebih kecil) dari gambar yang ditemukan Bing di Internet (lihat bidang availableSizesCount):

{
  "image" : {
    "webSearchUrl" : "https:\/\/www.bing.com\/images\/search?view=detai...",
    "name" : "Making Apple Pie",
    "thumbnailUrl" : "https:\/\/tse4.mm.bing.net\/th?id=OIP....",
    "datePublished" : "2013-06-21T12:00:00.0000000Z",
    "contentUrl" : "http:\/\/contoso.com\/content\/uploads\/2013\/06\/apple-pie.jpg",
    "hostPageUrl" : "http:\/\/contoso.com\/2013\/06\/21\/making-apple-pie\/",
    "contentSize" : "134847 B",
    "encodingFormat" : "jpeg",
    "hostPageDisplayUrl" : "contoso.com\/2013\/06\/21\/making-apple-pie",
    "width" : 1050,
    "height" : 765,
    "thumbnail" : {
      "width" : 474,
      "height" : 345
    },
    "imageInsightsToken" : "ccid_tmaGQ2eU*mid_D12339146CF...",
    "insightsMetadata" : {
      "recipeSourcesCount" : 6,
      "pagesIncludingCount" : 103,
      "availableSizesCount" : 28
    },
    "imageId" : "D12339146CFEDF3D409CC7A66D2C98D0D71904D4",
    "accentColor" : "3A0B01"
  },
  "actionType" : "MoreSizes"
},

Wawasan VisualSearch

Wawasan VisualSearch menyediakan daftar gambar yang secara visual mirip dengan gambar asli (berisi konten yang mirip dengan konten yang ditampilkan dalam gambar asli). Misalnya penggunaan, lihat contoh wawasan VisualSearch.

{
  "_type" : "ImageModuleAction",
  "actionType" : "VisualSearch",
  "data" : {
    "value" : [
      {
        "webSearchUrl" : "https:\/\/www.bing.com\/images\/search?view=...",
        "name" : "An apple pie...",
        "thumbnailUrl" : "https:\/\/tse4.mm.bing.net\/th?id=OIP.z...",
        "datePublished" : "2017-03-18T00:17:00.0000000Z",
        "contentUrl" : "http:\/\/contoso.net\/images\/8\/8a\/an_apple_pie.png",
        "hostPageUrl" : "http:\/\/contoso.com\/wiki\/an_apple_pie.png",
        "contentSize" : "87930 B",
        "encodingFormat" : "png",
        "hostPageDisplayUrl" : "contoso.com\/wiki\/an_apple_pie.png",
        "width" : 263,
        "height" : 192,
        "thumbnail" : {
          "width" : 474,
          "height" : 346
        },
        "imageInsightsToken" : "ccid_zhRxfGkI*mid_1DCBA7AA6D231...",
        "insightsMetadata" : {
          "recipeSourcesCount" : 6,
          "pagesIncludingCount" : 103,
          "availableSizesCount" : 28
        },
        "imageId" : "1DCBA7AA6D23147F9DD06D47DB3A38EB25389",
        "accentColor" : "3E0D01"
      }
    ]
  }
}

Wawasan Recipes

Wawasan Recipes menyediakan daftar halaman web yang menyertakan resep untuk membuat makanan yang ditampilkan dalam gambar. Misalnya penggunaan, lihat Contoh wawasan Recipes.

{
  "_type" : "ImageRecipesAction",
  "actionType" : "Recipes",
  "data" : {
    "value" : [
      {
        "name" : "Granny's Apple Pie",
        "url" : "http:\/\/contoso.com\/recipes\/appetizer\/apple-pie.html",
        "description" : "I love Granny's apple pie. Sooooo delicious...",
        "thumbnailUrl" : "https:\/\/tse4.mm.bing.net\/th?id=A63002cd9",
        "creator" : {
          "_type" : "Person",
          "name" : "Charlene Whitney"
        },
        "aggregateRating" : {
          "text" : "5",
          "ratingValue" : 5,
          "bestRating" : 5,
          "reviewCount" : 1
        },
        "cookTime" : "PT45M",
        "prepTime" : "PT1H",
        "totalTime" : "PT1H45M"
      }
    ]
  }
}

Wawasan ImageById

Wawasan ImageById menyediakan objek Image gambar yang Anda minta wawasannya:

{
  "image" : {
    "webSearchUrl" : "https:\/\/www.bing.com\/images\/search?view=deta...",
    "name" : "Making Apple Pie",
    "thumbnailUrl" : "https:\/\/tse4.mm.bing.net\/th?id=OIP...",
    "datePublished" : "2013-06-21T12:00:00.0000000Z",
    "contentUrl" : "http:\/\/contoso.com\/content\/uploads\/2013\/06\/apple-pie.jpg",
    "hostPageUrl" : "http:\/\/contoso.com\/2013\/06\/21\/making-apple-pie\/",
    "contentSize" : "134847 B",
    "encodingFormat" : "jpeg",
    "hostPageDisplayUrl" : "contoso.com\/2013\/06\/21\/making-apple-pie",
    "width" : 1050,
    "height" : 765,
    "thumbnail" : {
      "width" : 474,
      "height" : 345
    },
    "imageInsightsToken" : "ccid_tmaGQ2eU*mid_D12339146CFE...",
    "insightsMetadata" : {
      "recipeSourcesCount" : 6,
      "pagesIncludingCount" : 103,
      "availableSizesCount" : 28
    },
    "imageId" : "D12339146CFEDF3D409A66D2C98D0D71904D4",
    "accentColor" : "3A0B01"
  },
  "actionType" : "ImageById"
},

Wawasan ProductVisualSearch

Wawasan ProductVisualSearch menyediakan daftar gambar produk yang secara visual mirip dengan produk yang ditampilkan dalam gambar asli. Bidang insightsMetadata mungkin berisi informasi tentang penawaran yang mana Anda dapat membeli produk dan harga produk.

{
  "_type" : "ImageModuleAction",
  "actionType" : "ProductVisualSearch",
  "data" : {
    "value" : [
      {
        "webSearchUrl" : "https:\/\/www.bing.com\/images\/search?view=detail...",
        "name" : "Contoso 4-Piece Kitchen Package...",
        "thumbnailUrl" : "https:\/\/tse3.mm.bing.net\/th?id=OIP.l9hzaabu-RJd...",
        "datePublished" : "2017-07-16T04:28:00.0000000Z",
        "contentUrl" : "https:\/\/www.contoso.com\/assets\/media\/images\/prod...",
        "hostPageUrl" : "https:\/\/www.contoso.com\/4-piece-kitchen-package...",
        "contentSize" : "13594 B",
        "encodingFormat" : "jpeg",
        "hostPageDisplayUrl" : "https:\/\/www.contoso.com\/4-piece-kitchen-package...",
        "width" : 450,
        "height" : 332,
        "thumbnail" : {
          "width" : 474,
          "height" : 349
        },
        "imageInsightsToken" : "ccid_l9hzaabu*mid_70A8B616355D681DB9A5A...",
        "insightsMetadata" : {
          "shoppingSourcesCount" : 1,
          "recipeSourcesCount" : 0,
          "aggregateOffer" : {
            "name":"4-Piece Kitchen Package with...",
            "priceCurrency":"USD",
            "lowPrice":2756,
            "offers" : [
              {
                "name" : "4-Piece Kitchen Package with...",
                "url" : "https:\/\/www.fabrikam.com\/1234.html?ref=bing",
                "description" : "This 36 Frenchdoor refrigerator by...",
                "seller" : {
                  "name" : "Fabrikam",
                  "image" : {
                    "url" : "https:\/\/tse1.mm.bing.net\/th?id=A818f811..."
                  }
                },
                "price" : 2756,
                "priceCurrency" : "USD",
                "availability" : "InStock",
                "lastUpdated" : "2018-02-20T00:00:00.0000000"
              }
            ],
            "offerCount":1
          },
          "pagesIncludingCount" : 4,
          "availableSizesCount" : 2
        },
        "imageId" : "70A8B616355D681DA5980A8D0514BCC995A3",
        "accentColor" : "60646B"
      }
    ]
  }
}

Wawasan RelatedSearches

Wawasan RelatedSearches menyediakan daftar pencarian terkait yang dibuat oleh orang lain (berdasarkan istilah pencarian pengguna lain). Misalnya penggunaan, lihat contoh wawasan RelatedSearches.

{
  "_type" : "ImageRelatedSearchesAction",
  "actionType" : "RelatedSearches",
  "data" : {
    "value" : [
      {
        "text" : "Homemade Apple Pies Recipes",
        "displayText" : "Homemade Apple Pies Recipes",
        "webSearchUrl" : "https:\/\/www.bing.com\/images\/search?q=Homemade...",
        "thumbnail" : {
          "url" : "https:\/\/tse1.mm.bing.net\/th?q=Homemade+Apple+Pies"
        }
      }
    ]
  }
}

Wawasan DocumentLevelSuggestions

Wawasan DocumentLevelSuggestions menyediakan daftar istilah pencarian yang disarankan berdasarkan konten gambar:

{
  "_type" : "ImageRelatedSearchesAction",
  "actionType" : "DocumentLevelSuggestions",
  "data" : {
    "value" : [
      {
        "text" : "American Apple Pie",
        "displayText" : "American Apple Pie",
        "webSearchUrl" : "https:\/\/www.bing.com\/images\/search?q=American",
        "thumbnail" : {
          "url" : "https:\/\/tse3.mm.bing.net\/th?q=American+Apple+Pie."
        }
      }
    ]
  }
}

Langkah berikutnya

Lihat Contoh penggunaan wawasan Bing untuk melihat bagaimana Bing dapat menampilkan wawasan visual.

Untuk memulai dengan cepat permintaan pertama Anda, lihat mulai cepat: