次の方法で共有


TextAnalysisModelFactory.TextActions Method

Definition

Initializes a new instance of TextActions.

public static Azure.AI.Language.Text.TextActions TextActions (int completed = 0, int failed = 0, int inProgress = 0, int total = 0, System.Collections.Generic.IEnumerable<Azure.AI.Language.Text.AnalyzeTextOperationResult> items = default);
static member TextActions : int * int * int * int * seq<Azure.AI.Language.Text.AnalyzeTextOperationResult> -> Azure.AI.Language.Text.TextActions
Public Shared Function TextActions (Optional completed As Integer = 0, Optional failed As Integer = 0, Optional inProgress As Integer = 0, Optional total As Integer = 0, Optional items As IEnumerable(Of AnalyzeTextOperationResult) = Nothing) As TextActions

Parameters

completed
Int32

Count of completed tasks.

failed
Int32

Count of failed tasks.

inProgress
Int32

Count of inprogress tasks.

total
Int32

Count of total tasks.

Returns

A new TextActions instance for mocking.

Applies to