Share via


ExtractKeyPhrasesAction Constructors

Definition

Overloads

ExtractKeyPhrasesAction()

Initializes a new instance of the ExtractKeyPhrasesAction class which allows callers to specify details about how to execute an Extract KeyPhrases action in a set of documents. For example, set model version and disable service logging.

ExtractKeyPhrasesAction(TextAnalyticsRequestOptions)

Initializes a new instance of the ExtractKeyPhrasesAction class based on the values of a TextAnalyticsRequestOptions. It sets the ModelVersion and DisableServiceLogs properties.

ExtractKeyPhrasesAction()

Source:
ExtractKeyPhrasesAction.cs

Initializes a new instance of the ExtractKeyPhrasesAction class which allows callers to specify details about how to execute an Extract KeyPhrases action in a set of documents. For example, set model version and disable service logging.

public ExtractKeyPhrasesAction ();
Public Sub New ()

Applies to

ExtractKeyPhrasesAction(TextAnalyticsRequestOptions)

Source:
ExtractKeyPhrasesAction.cs

Initializes a new instance of the ExtractKeyPhrasesAction class based on the values of a TextAnalyticsRequestOptions. It sets the ModelVersion and DisableServiceLogs properties.

public ExtractKeyPhrasesAction (Azure.AI.TextAnalytics.TextAnalyticsRequestOptions options);
new Azure.AI.TextAnalytics.ExtractKeyPhrasesAction : Azure.AI.TextAnalytics.TextAnalyticsRequestOptions -> Azure.AI.TextAnalytics.ExtractKeyPhrasesAction
Public Sub New (options As TextAnalyticsRequestOptions)

Parameters

Applies to