Uses of Class
com.azure.ai.textanalytics.models.ExtractiveSummarySentencesOrder
Packages that use ExtractiveSummarySentencesOrder
Package
Description
Package containing the data models for MicrosoftCognitiveLanguageServiceTextAnalysis.
-
Uses of ExtractiveSummarySentencesOrder in com.azure.ai.textanalytics.models
Fields in com.azure.ai.textanalytics.models declared as ExtractiveSummarySentencesOrderModifier and TypeFieldDescriptionstatic final ExtractiveSummarySentencesOrderExtractiveSummarySentencesOrder.OFFSETIndicates that results should be sorted in order of appearance in the text.static final ExtractiveSummarySentencesOrderExtractiveSummarySentencesOrder.RANKIndicates that results should be sorted in order of importance (i.e.Methods in com.azure.ai.textanalytics.models that return ExtractiveSummarySentencesOrderModifier and TypeMethodDescriptionExtractiveSummarySentencesOrder.fromString(String name) Creates or finds a ExtractiveSummarySentencesOrder from its string representation.ExtractiveSummaryAction.getOrderBy()Gets the order in which the summary sentences will be presented by.ExtractiveSummaryOptions.getOrderBy()Gets the order in which the summary sentences will be presented by.Methods in com.azure.ai.textanalytics.models that return types with arguments of type ExtractiveSummarySentencesOrderModifier and TypeMethodDescriptionExtractiveSummarySentencesOrder.values()Gets known ExtractiveSummarySentencesOrder values.Methods in com.azure.ai.textanalytics.models with parameters of type ExtractiveSummarySentencesOrderModifier and TypeMethodDescriptionExtractiveSummaryAction.setOrderBy(ExtractiveSummarySentencesOrder orderBy) Sets the order in which the summary sentences will be presented by.ExtractiveSummaryOptions.setOrderBy(ExtractiveSummarySentencesOrder orderBy) Sets the order in which the summary sentences will be presented by.