Videos Class

Defines a video answer.

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.websearch.models._models_py3.SearchResultsAnswer
Videos

Constructor

Videos(*, value, **kwargs)

Parameters

_type
str
Required

Required. Constant filled by server.

value
list[VideoObject]
Required

Required. A list of video objects that are relevant to the query.

Variables

id
str

A String identifier.

web_search_url
str

The URL To Bing's search result for this item.

follow_up_queries
list[Query]
query_context
QueryContext
total_estimated_matches
<xref:long>

The estimated number of webpages that are relevant to the query. Use this number along with the count and offset query parameters to page the results.

is_family_friendly
bool
next_offset
int
query_expansions
list[Query]
related_searches
list[Query]