TextAnalysisModelFactory.KeyPhraseResult Method
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.
Initializes a new instance of KeyPhraseResult.
public static Azure.AI.Language.Text.KeyPhraseResult KeyPhraseResult (System.Collections.Generic.IEnumerable<Azure.AI.Language.Text.DocumentError> errors = default, Azure.AI.Language.Text.RequestStatistics statistics = default, string modelVersion = default, System.Collections.Generic.IEnumerable<Azure.AI.Language.Text.KeyPhrasesActionResult> documents = default);
static member KeyPhraseResult : seq<Azure.AI.Language.Text.DocumentError> * Azure.AI.Language.Text.RequestStatistics * string * seq<Azure.AI.Language.Text.KeyPhrasesActionResult> -> Azure.AI.Language.Text.KeyPhraseResult
Public Shared Function KeyPhraseResult (Optional errors As IEnumerable(Of DocumentError) = Nothing, Optional statistics As RequestStatistics = Nothing, Optional modelVersion As String = Nothing, Optional documents As IEnumerable(Of KeyPhrasesActionResult) = Nothing) As KeyPhraseResult
Parameters
- errors
- IEnumerable<DocumentError>
Errors by document id.
- statistics
- RequestStatistics
if showStats=true was specified in the request this field will contain information about the request payload.
- modelVersion
- String
This field indicates which model is used for scoring.
- documents
- IEnumerable<KeyPhrasesActionResult>
Response by document.
Returns
A new KeyPhraseResult instance for mocking.
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