TextAnalysisModelFactory.KeyPhraseExtractionOperationResult 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 KeyPhraseExtractionOperationResult.
public static Azure.AI.Language.Text.KeyPhraseExtractionOperationResult KeyPhraseExtractionOperationResult (DateTimeOffset lastUpdateDateTime = default, Azure.AI.Language.Text.TextActionState status = default, string name = default, Azure.AI.Language.Text.KeyPhraseResult results = default);
static member KeyPhraseExtractionOperationResult : DateTimeOffset * Azure.AI.Language.Text.TextActionState * string * Azure.AI.Language.Text.KeyPhraseResult -> Azure.AI.Language.Text.KeyPhraseExtractionOperationResult
Public Shared Function KeyPhraseExtractionOperationResult (Optional lastUpdateDateTime As DateTimeOffset = Nothing, Optional status As TextActionState = Nothing, Optional name As String = Nothing, Optional results As KeyPhraseResult = Nothing) As KeyPhraseExtractionOperationResult
Parameters
- lastUpdateDateTime
- DateTimeOffset
The last updated time in UTC for the task.
- status
- TextActionState
The status of the task at the mentioned last update time.
- name
- String
task name.
- results
- KeyPhraseResult
The list of Key phrase extraction results.
Returns
A new KeyPhraseExtractionOperationResult 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