News interface
Defines a news 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. |
location | Location of local news 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 | An array of NewsArticle objects that contain information about news articles that are relevant to the query. If there are no results to return for the request, the array is empty. |
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
location
Location of local news NOTE: This property will not be serialized. It can only be populated by the server.
location?: string
Property Value
string
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
An array of NewsArticle objects that contain information about news articles that are relevant to the query. If there are no results to return for the request, the array is empty.
value: NewsArticle[]
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