Partilhar via


Videos Construtores

Definição

Sobrecargas

Videos()

Inicializa uma nova instância da classe Vídeos.

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

Inicializa uma nova instância da classe Vídeos.

Videos()

Inicializa uma nova instância da classe Vídeos.

public Videos ();
Public Sub New ()

Aplica-se a

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

Inicializa uma nova instância da classe Vídeos.

public Videos (System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.VideoSearch.Models.VideoObject> value, string id = default, string webSearchUrl = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.VideoSearch.Models.Query> followUpQueries = default, long? totalEstimatedMatches = default, bool? isFamilyFriendly = default, int? nextOffset = default, Microsoft.Azure.CognitiveServices.Search.VideoSearch.Models.VideoQueryScenario? scenario = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.VideoSearch.Models.Query> queryExpansions = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.VideoSearch.Models.PivotSuggestions> pivotSuggestions = default);
new Microsoft.Azure.CognitiveServices.Search.VideoSearch.Models.Videos : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.VideoSearch.Models.VideoObject> * string * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.VideoSearch.Models.Query> * Nullable<int64> * Nullable<bool> * Nullable<int> * Nullable<Microsoft.Azure.CognitiveServices.Search.VideoSearch.Models.VideoQueryScenario> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.VideoSearch.Models.Query> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.VideoSearch.Models.PivotSuggestions> -> Microsoft.Azure.CognitiveServices.Search.VideoSearch.Models.Videos
Public Sub New (value As IList(Of VideoObject), Optional id As String = Nothing, Optional webSearchUrl As String = Nothing, Optional followUpQueries As IList(Of Query) = Nothing, Optional totalEstimatedMatches As Nullable(Of Long) = Nothing, Optional isFamilyFriendly As Nullable(Of Boolean) = Nothing, Optional nextOffset As Nullable(Of Integer) = Nothing, Optional scenario As Nullable(Of VideoQueryScenario) = Nothing, Optional queryExpansions As IList(Of Query) = Nothing, Optional pivotSuggestions As IList(Of PivotSuggestions) = Nothing)

Parâmetros

value
IList<VideoObject>

Uma lista de objetos de vídeo relevantes para a consulta.

id
String

Um identificador string.

webSearchUrl
String

A URL para o resultado da pesquisa do Bing para este item.

followUpQueries
IList<Query>
totalEstimatedMatches
Nullable<Int64>

O número estimado de páginas da Web relevantes para a consulta. Use esse número junto com os parâmetros de consulta count e offset para paginar os resultados.

isFamilyFriendly
Nullable<Boolean>
nextOffset
Nullable<Int32>
scenario
Nullable<VideoQueryScenario>

Os valores possíveis incluem: 'List', 'SingleDominantVideo'

queryExpansions
IList<Query>
pivotSuggestions
IList<PivotSuggestions>

Aplica-se a