Uses of Class
com.azure.ai.textanalytics.models.ExtractiveSummaryAction
Packages that use ExtractiveSummaryAction
Package
Description
Package containing the data models for MicrosoftCognitiveLanguageServiceTextAnalysis.
-
Uses of ExtractiveSummaryAction in com.azure.ai.textanalytics.models
Methods in com.azure.ai.textanalytics.models that return ExtractiveSummaryActionModifier and TypeMethodDescriptionExtractiveSummaryAction.setActionName(String actionName) Set the custom name for the action.ExtractiveSummaryAction.setMaxSentenceCount(Integer maxSentenceCount) Sets the maximum extractive summarization sentences number to be returned in the response.ExtractiveSummaryAction.setModelVersion(String modelVersion) Set the model version.ExtractiveSummaryAction.setOrderBy(ExtractiveSummarySentencesOrder orderBy) Sets the order in which the summary sentences will be presented by.ExtractiveSummaryAction.setServiceLogsDisabled(boolean disableServiceLogs) Sets the value ofdisableServiceLogs.Methods in com.azure.ai.textanalytics.models that return types with arguments of type ExtractiveSummaryActionModifier and TypeMethodDescriptionTextAnalyticsActions.getExtractiveSummaryActions()Gets the list ofExtractiveSummaryActionto be executed.Methods in com.azure.ai.textanalytics.models with parameters of type ExtractiveSummaryActionModifier and TypeMethodDescriptionTextAnalyticsActions.setExtractiveSummaryActions(ExtractiveSummaryAction... extractiveSummaryActions) Sets the list ofExtractiveSummaryActionto be executed.