Compartilhar via


Images Construtores

Definição

Sobrecargas

Images()

Inicializa uma nova instância da classe Images.

Images(IList<ImageObject>, String, String, String, Nullable<Int64>, Nullable<Int32>, IList<Query>, IList<PivotSuggestions>, IList<Query>)

Inicializa uma nova instância da classe Images.

Images()

Inicializa uma nova instância da classe Images.

public Images ();
Public Sub New ()

Aplica-se a

Images(IList<ImageObject>, String, String, String, Nullable<Int64>, Nullable<Int32>, IList<Query>, IList<PivotSuggestions>, IList<Query>)

Inicializa uma nova instância da classe Images.

public Images (System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.ImageObject> value, string id = default, string readLink = default, string webSearchUrl = default, long? totalEstimatedMatches = default, int? nextOffset = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.Query> queryExpansions = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.PivotSuggestions> pivotSuggestions = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.Query> similarTerms = default);
new Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.Images : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.ImageObject> * string * string * string * Nullable<int64> * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.Query> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.PivotSuggestions> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.Query> -> Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.Images
Public Sub New (value As IList(Of ImageObject), Optional id As String = Nothing, Optional readLink As String = Nothing, Optional webSearchUrl As String = Nothing, Optional totalEstimatedMatches As Nullable(Of Long) = Nothing, Optional nextOffset As Nullable(Of Integer) = Nothing, Optional queryExpansions As IList(Of Query) = Nothing, Optional pivotSuggestions As IList(Of PivotSuggestions) = Nothing, Optional similarTerms As IList(Of Query) = Nothing)

Parâmetros

value
IList<ImageObject>

Uma lista de objetos de imagem relevantes para a consulta. Se não houver resultados, a Lista estará vazia.

id
String

Um identificador de cadeia de caracteres.

readLink
String

A URL que retorna esse recurso.

webSearchUrl
String

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

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.

nextOffset
Nullable<Int32>

Usado como parte da eliminação de problemas. Informa ao cliente o próximo deslocamento que o cliente deve usar na próxima solicitação de paginação

queryExpansions
IList<Query>

Uma lista de consultas expandidas que restringe a consulta original. Por exemplo, se a consulta foi Microsoft Surface, as consultas expandidas podem ser: Microsoft Surface Pro 3, Microsoft Surface RT, Microsoft Surface Phone e Microsoft Surface Hub.

pivotSuggestions
IList<PivotSuggestions>

Uma lista de segmentos na consulta original. Por exemplo, se a consulta fosse Flores Vermelhas, o Bing poderia segmentar a consulta em Vermelho e Flores. O pivô Flores pode conter sugestões de consulta, como Peônias Vermelhas e Margarias Vermelhas, e o pivô Vermelho pode conter sugestões de consulta, como Flores Verdes e Flores Amarelas.

similarTerms
IList<Query>

Uma lista de termos semelhantes ao termo de consulta do usuário.

Aplica-se a