Share via


Videos Class

Definition

Defines a video answer.

public class Videos : Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.SearchResultsAnswer
type Videos = class
    inherit SearchResultsAnswer
Public Class Videos
Inherits SearchResultsAnswer
Inheritance

Constructors

Videos()

Initializes a new instance of the Videos class.

Videos(IList<VideoObject>, String, String, IList<Query>, QueryContext, Nullable<Int64>, Nullable<Boolean>, Nullable<Int32>, IList<Query>, IList<Query>)

Initializes a new instance of the Videos class.

Properties

FollowUpQueries (Inherited from Answer)
Id

Gets a String identifier.

(Inherited from Identifiable)
IsFamilyFriendly (Inherited from SearchResultsAnswer)
NextOffset
QueryContext (Inherited from SearchResultsAnswer)
QueryExpansions
RelatedSearches
TotalEstimatedMatches

Gets 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.

(Inherited from SearchResultsAnswer)
Value

Gets or sets a list of video objects that are relevant to the query.

WebSearchUrl

Gets the URL To Bing's search result for this item.

(Inherited from Response)

Methods

Validate()

Validate the object.

Applies to