Uses of Class
com.azure.ai.textanalytics.models.ExtractKeyPhrasesAction
Packages that use ExtractKeyPhrasesAction
Package
Description
Package containing the data models for MicrosoftCognitiveLanguageServiceTextAnalysis.
-
Uses of ExtractKeyPhrasesAction in com.azure.ai.textanalytics.models
Methods in com.azure.ai.textanalytics.models that return ExtractKeyPhrasesActionModifier and TypeMethodDescriptionExtractKeyPhrasesAction.setActionName(String actionName) Set the custom name for the action.ExtractKeyPhrasesAction.setModelVersion(String modelVersion) Sets the model version.ExtractKeyPhrasesAction.setServiceLogsDisabled(boolean disableServiceLogs) Sets the value of service logs disable status.Methods in com.azure.ai.textanalytics.models that return types with arguments of type ExtractKeyPhrasesActionModifier and TypeMethodDescriptionTextAnalyticsActions.getExtractKeyPhrasesActions()Gets the list ofExtractKeyPhrasesActionto be executed.Methods in com.azure.ai.textanalytics.models with parameters of type ExtractKeyPhrasesActionModifier and TypeMethodDescriptionTextAnalyticsActions.setExtractKeyPhrasesActions(ExtractKeyPhrasesAction... extractKeyPhrasesActions) Sets the list ofExtractKeyPhrasesActionto be executed.