VideoObject Class
Defines a video object that is relevant to the query.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.cognitiveservices.search.videosearch.models._models_py3.MediaObjectVideoObject
Constructor
VideoObject(**kwargs)
Parameters
Variables
- id
- str
A String identifier.
- web_search_url
- str
The URL To Bing's search result for this item.
- name
- str
The name of the thing represented by this object.
- url
- str
The URL to get more information about the thing represented by this object.
- image
- ImageObject
- description
- str
A short description of the item.
- alternate_name
- str
- bing_id
- str
An ID that uniquely identifies this item.
- thumbnail_url
- str
The URL to a thumbnail of the item.
- text
- str
- content_url
- str
Original URL to retrieve the source (file) for the media object (e.g the source URL for the image).
- host_page_url
- str
URL of the page that hosts the media object.
- width
- int
The width of the source media object, in pixels.
- height
- int
The height of the source media object, in pixels.
- motion_thumbnail_url
- str
- motion_thumbnail_id
- str
- embed_html
- str
- allow_https_embed
- <xref:allow_https_embed>)<xref: >(bool
- view_count
- int
- thumbnail
- ImageObject
- video_id
- str
- allow_mobile_embed
- bool
- is_superfresh
- bool
Feedback
Submit and view feedback for