Uses of Class
com.azure.ai.textanalytics.models.AbstractiveSummaryAction
Packages that use AbstractiveSummaryAction
Package
Description
Package containing the data models for MicrosoftCognitiveLanguageServiceTextAnalysis.
-
Uses of AbstractiveSummaryAction in com.azure.ai.textanalytics.models
Methods in com.azure.ai.textanalytics.models that return AbstractiveSummaryActionModifier and TypeMethodDescriptionAbstractiveSummaryAction.setActionName(String actionName) Set the custom name for the action.AbstractiveSummaryAction.setModelVersion(String modelVersion) Sets the model version.AbstractiveSummaryAction.setSentenceCount(Integer sentenceCount) Set the sentenceCount property: It controls the approximate number of sentences in the output summaries.AbstractiveSummaryAction.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 AbstractiveSummaryActionModifier and TypeMethodDescriptionTextAnalyticsActions.getAbstractiveSummaryActions()Gets the list ofAbstractiveSummaryActionto be executed.Methods in com.azure.ai.textanalytics.models with parameters of type AbstractiveSummaryActionModifier and TypeMethodDescriptionTextAnalyticsActions.setAbstractiveSummaryActions(AbstractiveSummaryAction... abstractiveSummaryActions) Sets the list ofAbstractiveSummaryActionto be executed.