RecognizeLinkedEntitiesAction 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
RecognizeLinkedEntitiesAction() |
Initializes a new instance of the RecognizeLinkedEntitiesAction class which allows callers to specify details about how to execute a Recognize Linked Entities action in a set of documents. For example, set model version and disable service logging. |
RecognizeLinkedEntitiesAction(TextAnalyticsRequestOptions) |
Initializes a new instance of the RecognizeLinkedEntitiesAction class based on the values of a TextAnalyticsRequestOptions. It sets the ModelVersion and DisableServiceLogs properties. |
RecognizeLinkedEntitiesAction()
Initializes a new instance of the RecognizeLinkedEntitiesAction class which allows callers to specify details about how to execute a Recognize Linked Entities action in a set of documents. For example, set model version and disable service logging.
public RecognizeLinkedEntitiesAction ();
Public Sub New ()
Applies to
RecognizeLinkedEntitiesAction(TextAnalyticsRequestOptions)
Initializes a new instance of the RecognizeLinkedEntitiesAction class based on the values of a TextAnalyticsRequestOptions. It sets the ModelVersion and DisableServiceLogs properties.
public RecognizeLinkedEntitiesAction (Azure.AI.TextAnalytics.TextAnalyticsRequestOptions options);
new Azure.AI.TextAnalytics.RecognizeLinkedEntitiesAction : Azure.AI.TextAnalytics.TextAnalyticsRequestOptions -> Azure.AI.TextAnalytics.RecognizeLinkedEntitiesAction
Public Sub New (options As TextAnalyticsRequestOptions)
Parameters
- options
- TextAnalyticsRequestOptions
Applies to
Azure SDK for .NET