你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

KeyPhraseResult 构造函数

定义

重载

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

KeyPhraseResult()

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

适用于

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)

参数

keyPhrases
IList<String>
errorMessage
String
statistics
RequestStatistics

适用于