ExtractKeyPhrasesAction 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
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
- options
- TextAnalyticsRequestOptions
Applies to
Azure SDK for .NET