KeyPhraseBatchResult Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
KeyPhraseBatchResult() | |
KeyPhraseBatchResult(IList<KeyPhraseBatchResultItem>, IList<ErrorRecord>, RequestStatistics) |
KeyPhraseBatchResult()
- Origem:
- KeyPhraseBatchResult.cs
- Origem:
- KeyPhraseBatchResult.cs
public KeyPhraseBatchResult ();
Public Sub New ()
Aplica-se a
KeyPhraseBatchResult(IList<KeyPhraseBatchResultItem>, IList<ErrorRecord>, RequestStatistics)
- Origem:
- KeyPhraseBatchResult.cs
- Origem:
- KeyPhraseBatchResult.cs
public KeyPhraseBatchResult (System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.KeyPhraseBatchResultItem> documents = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.ErrorRecord> errors = default, Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.RequestStatistics statistics = default);
new Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.KeyPhraseBatchResult : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.KeyPhraseBatchResultItem> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.ErrorRecord> * Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.RequestStatistics -> Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.KeyPhraseBatchResult
Public Sub New (Optional documents As IList(Of KeyPhraseBatchResultItem) = Nothing, Optional errors As IList(Of ErrorRecord) = Nothing, Optional statistics As RequestStatistics = Nothing)
Parâmetros
- documents
- IList<KeyPhraseBatchResultItem>
- errors
- IList<ErrorRecord>
- statistics
- RequestStatistics
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET