ClassifyDocumentOperation 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
ClassifyDocumentOperation() |
Initializes a new instance of the ClassifyDocumentOperation class. This constructor is intended to be used for mocking only. |
ClassifyDocumentOperation(String, TextAnalyticsClient) |
Initializes a new instance of the ClassifyDocumentOperation class. |
ClassifyDocumentOperation()
- Source:
- ClassifyDocumentOperation.cs
Initializes a new instance of the ClassifyDocumentOperation class. This constructor is intended to be used for mocking only.
protected ClassifyDocumentOperation ();
Protected Sub New ()
Applies to
ClassifyDocumentOperation(String, TextAnalyticsClient)
- Source:
- ClassifyDocumentOperation.cs
Initializes a new instance of the ClassifyDocumentOperation class.
public ClassifyDocumentOperation (string operationId, Azure.AI.TextAnalytics.TextAnalyticsClient client);
new Azure.AI.TextAnalytics.ClassifyDocumentOperation : string * Azure.AI.TextAnalytics.TextAnalyticsClient -> Azure.AI.TextAnalytics.ClassifyDocumentOperation
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.