AbstractiveSummarizeOperation 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
AbstractiveSummarizeOperation() |
Initializes a new instance of the AbstractiveSummarizeOperation class. This constructor is only intended for mocking. |
AbstractiveSummarizeOperation(String, TextAnalyticsClient) |
Initializes a new instance of the AbstractiveSummarizeOperation class. |
AbstractiveSummarizeOperation()
Initializes a new instance of the AbstractiveSummarizeOperation class. This constructor is only intended for mocking.
protected AbstractiveSummarizeOperation ();
Protected Sub New ()
Applies to
AbstractiveSummarizeOperation(String, TextAnalyticsClient)
Initializes a new instance of the AbstractiveSummarizeOperation class.
public AbstractiveSummarizeOperation (string operationId, Azure.AI.TextAnalytics.TextAnalyticsClient client);
new Azure.AI.TextAnalytics.AbstractiveSummarizeOperation : string * Azure.AI.TextAnalytics.TextAnalyticsClient -> Azure.AI.TextAnalytics.AbstractiveSummarizeOperation
Public Sub New (operationId As String, client As TextAnalyticsClient)
Parameters
- operationId
- String
The identifier of the long-running 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.
Applies to
Azure SDK for .NET