TextAnalysisModelFactory.AnalyzeTextOperationResult 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 AnalyzeTextOperationResult.
public static Azure.AI.Language.Text.AnalyzeTextOperationResult AnalyzeTextOperationResult(DateTimeOffset lastUpdateDateTime = default, Azure.AI.Language.Text.TextActionState status = default, string name = default, string kind = default);
static member AnalyzeTextOperationResult : DateTimeOffset * Azure.AI.Language.Text.TextActionState * string * string -> Azure.AI.Language.Text.AnalyzeTextOperationResult
Public Shared Function AnalyzeTextOperationResult (Optional lastUpdateDateTime As DateTimeOffset = Nothing, Optional status As TextActionState = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing) As AnalyzeTextOperationResult
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.
- kind
- String
Kind of the task.
Returns
A new AnalyzeTextOperationResult instance for mocking.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET