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