From 4fb78df75ca5c19f80f90abacc09c670e1a36efd Mon Sep 17 00:00:00 2001 From: Jeremy <97466069+Kbass85@users.noreply.github.com> Date: Wed, 26 Apr 2023 12:40:51 -0500 Subject: [PATCH] Update response-objects.md Changed Publisher to Publisher[] in Video object documentation. Custom Search is returning a json with Publisher[] for the publisher property for the Video class. --- bing-docs/bing-custom-search/reference/response-objects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bing-docs/bing-custom-search/reference/response-objects.md b/bing-docs/bing-custom-search/reference/response-objects.md index 465294a5..428e899a 100644 --- a/bing-docs/bing-custom-search/reference/response-objects.md +++ b/bing-docs/bing-custom-search/reference/response-objects.md @@ -260,7 +260,7 @@ Defines a video that is relevant to the query. |mainEntity|The name of the main entity shown in the video.

The object includes this field only when the `scenario` field in the [VideoAnswer](#videoanswer) object is set to SingleDominantVideo.|[Thing](#thing) |motionThumbnailUrl|The URL to an animated thumbnail that shows a preview of the video. Typically, you use this URL to play a preview of the video when the user mouses over the thumbnail image of the video on your results page.|String |name|The name of the video.|String -|publisher|A list of the publishers that published the video.|[Publisher](#publisher) +|publisher|A list of the publishers that published the video.|[Publisher[]](#publisher) |thumbnail|The width and height of the thumbnail image (see `thumbnailUrl`).|[MediaSize](#mediasize) |thumbnailUrl|The URL to a thumbnail image of the video. For information about resizing the image, see [Resize and crop thumbnail images](../../bing-web-search/resize-and-crop-thumbnails.md).|String |videoId|An ID that uniquely identifies this video in the list of videos.|String