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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.