Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update response-objects.md #135

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bing-docs/bing-custom-search/reference/response-objects.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ Defines a video that is relevant to the query.
|<a name="video-mainentity"></a>mainEntity|The name of the main entity shown in the video.<br/><br/>The object includes this field only when the `scenario` field in the [VideoAnswer](#videoanswer) object is set to SingleDominantVideo.|[Thing](#thing)
|<a name="video-motionthumbnailurl"></a>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
|<a name="video-name"></a>name|The name of the video.|String
|<a name="video-publisher"></a>publisher|A list of the publishers that published the video.|[Publisher](#publisher)
|<a name="video-publisher"></a>publisher|A list of the publishers that published the video.|[Publisher[]](#publisher)
|<a name="video-thumbnail"></a>thumbnail|The width and height of the thumbnail image (see `thumbnailUrl`).|[MediaSize](#mediasize)
|<a name="video-thumbnailurl">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
|<a name="video-videoid"></a>videoId|An ID that uniquely identifies this video in the list of videos.|String
Expand Down