Uses of Class
com.azure.ai.textanalytics.models.ExtractiveSummaryOptions
Packages that use ExtractiveSummaryOptions
Package
Description
Azure AI Language Service
is a cloud-based natural language processing (NLP) service offered by Microsoft Azure.
Package containing the data models for MicrosoftCognitiveLanguageServiceTextAnalysis.
-
Uses of ExtractiveSummaryOptions in com.azure.ai.textanalytics
Methods in com.azure.ai.textanalytics with parameters of type ExtractiveSummaryOptionsModifier and TypeMethodDescriptioncom.azure.core.util.polling.PollerFlux<ExtractiveSummaryOperationDetail,ExtractiveSummaryPagedFlux> TextAnalyticsAsyncClient.beginExtractSummary(Iterable<TextDocumentInput> documents, ExtractiveSummaryOptions options) Returns a list of extract summaries for the provided list ofdocumentwith provided request options.com.azure.core.util.polling.PollerFlux<ExtractiveSummaryOperationDetail,ExtractiveSummaryPagedFlux> TextAnalyticsAsyncClient.beginExtractSummary(Iterable<String> documents, String language, ExtractiveSummaryOptions options) Returns a list of extract summaries for the provided list ofdocumentwith provided request options.com.azure.core.util.polling.SyncPoller<ExtractiveSummaryOperationDetail,ExtractiveSummaryPagedIterable> TextAnalyticsClient.beginExtractSummary(Iterable<TextDocumentInput> documents, ExtractiveSummaryOptions options, com.azure.core.util.Context context) Returns a list of extract summaries for the provided list ofdocumentwith provided request options.com.azure.core.util.polling.SyncPoller<ExtractiveSummaryOperationDetail,ExtractiveSummaryPagedIterable> TextAnalyticsClient.beginExtractSummary(Iterable<String> documents, String language, ExtractiveSummaryOptions options) Returns a list of extract summaries for the provided list ofdocumentwith provided request options. -
Uses of ExtractiveSummaryOptions in com.azure.ai.textanalytics.models
Methods in com.azure.ai.textanalytics.models that return ExtractiveSummaryOptionsModifier and TypeMethodDescriptionExtractiveSummaryOptions.setDisplayName(String displayName) Sets display name of the operation.ExtractiveSummaryOptions.setIncludeStatistics(boolean includeStatistics) Sets the value ofincludeStatistics.ExtractiveSummaryOptions.setMaxSentenceCount(Integer maxSentenceCount) Sets the maximum extractive summarization sentences number to be returned in the response.ExtractiveSummaryOptions.setModelVersion(String modelVersion) Sets the model version.ExtractiveSummaryOptions.setOrderBy(ExtractiveSummarySentencesOrder orderBy) Sets the order in which the summary sentences will be presented by.ExtractiveSummaryOptions.setServiceLogsDisabled(boolean disableServiceLogs) Sets the value of service logs disable status.