AnalyzeActionsOperation Constructors
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.
Overloads
AnalyzeActionsOperation() |
Initializes a new instance of the AnalyzeActionsOperation class. This constructor is intended to be used for mocking only. |
AnalyzeActionsOperation(String, TextAnalyticsClient) |
Initializes a new instance of the AnalyzeActionsOperation class. |
AnalyzeActionsOperation()
- Source:
- AnalyzeActionsOperation.cs
Initializes a new instance of the AnalyzeActionsOperation class. This constructor is intended to be used for mocking only.
protected AnalyzeActionsOperation ();
Protected Sub New ()
Applies to
AnalyzeActionsOperation(String, TextAnalyticsClient)
- Source:
- AnalyzeActionsOperation.cs
Initializes a new instance of the AnalyzeActionsOperation class.
public AnalyzeActionsOperation (string operationId, Azure.AI.TextAnalytics.TextAnalyticsClient client);
new Azure.AI.TextAnalytics.AnalyzeActionsOperation : string * Azure.AI.TextAnalytics.TextAnalyticsClient -> Azure.AI.TextAnalytics.AnalyzeActionsOperation
Public Sub New (operationId As String, client As TextAnalyticsClient)
Parameters
- operationId
- String
The ID of this operation.
- client
- TextAnalyticsClient
The client used to check for completion.
Exceptions
operationId
is an empty string or does not represent a valid continuation token from the Id property returned on the original operation.
operationId
or client
is null.