TextAnalysisModelFactory.EntityLinkingOperationResult 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 EntityLinkingOperationResult.
public static Azure.AI.Language.Text.EntityLinkingOperationResult EntityLinkingOperationResult (DateTimeOffset lastUpdateDateTime = default, Azure.AI.Language.Text.TextActionState status = default, string name = default, Azure.AI.Language.Text.EntityLinkingResult results = default);
static member EntityLinkingOperationResult : DateTimeOffset * Azure.AI.Language.Text.TextActionState * string * Azure.AI.Language.Text.EntityLinkingResult -> Azure.AI.Language.Text.EntityLinkingOperationResult
Public Shared Function EntityLinkingOperationResult (Optional lastUpdateDateTime As DateTimeOffset = Nothing, Optional status As TextActionState = Nothing, Optional name As String = Nothing, Optional results As EntityLinkingResult = Nothing) As EntityLinkingOperationResult
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
- EntityLinkingResult
Entity linking result.
Returns
A new EntityLinkingOperationResult 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