Compartilhar via


KeyPhraseResult Construtores

Definição

Sobrecargas

KeyPhraseResult()
KeyPhraseResult(IList<String>, String, RequestStatistics)

KeyPhraseResult()

Origem:
KeyPhraseResult.cs
Origem:
KeyPhraseResult.cs
public KeyPhraseResult ();
Public Sub New ()

Aplica-se a

KeyPhraseResult(IList<String>, String, RequestStatistics)

Origem:
KeyPhraseResult.cs
Origem:
KeyPhraseResult.cs
public KeyPhraseResult (System.Collections.Generic.IList<string> keyPhrases = default, string errorMessage = default, Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.RequestStatistics statistics = default);
new Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.KeyPhraseResult : System.Collections.Generic.IList<string> * string * Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.RequestStatistics -> Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.KeyPhraseResult
Public Sub New (Optional keyPhrases As IList(Of String) = Nothing, Optional errorMessage As String = Nothing, Optional statistics As RequestStatistics = Nothing)

Parâmetros

keyPhrases
IList<String>
errorMessage
String
statistics
RequestStatistics

Aplica-se a