Videos Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a video answer.
public class Videos : Microsoft.Azure.CognitiveServices.Search.VideoSearch.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>, Nullable<Int64>, Nullable<Boolean>, Nullable<Int32>, Nullable<VideoQueryScenario>, IList<Query>, IList<PivotSuggestions>) |
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 | |
PivotSuggestions | |
QueryExpansions | |
Scenario |
Gets possible values include: 'List', 'SingleDominantVideo' |
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
Azure SDK for .NET