KeyPhraseResult Constructors
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.
Overloads
KeyPhraseResult() | |
KeyPhraseResult(IList<String>, String, RequestStatistics) |
KeyPhraseResult()
- Source:
- KeyPhraseResult.cs
- Source:
- KeyPhraseResult.cs
public KeyPhraseResult ();
Public Sub New ()
Applies to
KeyPhraseResult(IList<String>, String, RequestStatistics)
- Source:
- KeyPhraseResult.cs
- Source:
- 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)
Parameters
- errorMessage
- String
- statistics
- RequestStatistics
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET