Videos interface
Defines a video answer.
Properties
follow |
NOTE: This property will not be serialized. It can only be populated by the server. |
id | A String identifier. NOTE: This property will not be serialized. It can only be populated by the server. |
is |
NOTE: This property will not be serialized. It can only be populated by the server. |
next |
NOTE: This property will not be serialized. It can only be populated by the server. |
query |
NOTE: This property will not be serialized. It can only be populated by the server. |
query |
NOTE: This property will not be serialized. It can only be populated by the server. |
related |
NOTE: This property will not be serialized. It can only be populated by the server. |
total |
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. NOTE: This property will not be serialized. It can only be populated by the server. |
value | A list of video objects that are relevant to the query. |
web |
The URL To Bing's search result for this item. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
followUpQueries
NOTE: This property will not be serialized. It can only be populated by the server.
followUpQueries?: Query[]
Property Value
Query[]
id
A String identifier. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
isFamilyFriendly
NOTE: This property will not be serialized. It can only be populated by the server.
isFamilyFriendly?: boolean
Property Value
boolean
nextOffset
NOTE: This property will not be serialized. It can only be populated by the server.
nextOffset?: number
Property Value
number
queryContext
NOTE: This property will not be serialized. It can only be populated by the server.
queryContext?: QueryContext
Property Value
queryExpansions
NOTE: This property will not be serialized. It can only be populated by the server.
queryExpansions?: Query[]
Property Value
Query[]
relatedSearches
NOTE: This property will not be serialized. It can only be populated by the server.
relatedSearches?: Query[]
Property Value
Query[]
totalEstimatedMatches
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. NOTE: This property will not be serialized. It can only be populated by the server.
totalEstimatedMatches?: number
Property Value
number
value
A list of video objects that are relevant to the query.
value: VideoObject[]
Property Value
webSearchUrl
The URL To Bing's search result for this item. NOTE: This property will not be serialized. It can only be populated by the server.
webSearchUrl?: string
Property Value
string