Class AbstractiveSummary
java.lang.Object
com.azure.ai.textanalytics.models.AbstractiveSummary
An object representing a single summary with context for given document.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.util.IterableStream<AbstractiveSummaryContext>Get the contexts property: The context list of the summary.getText()Get the text property: The text of the summary.
-
Constructor Details
-
AbstractiveSummary
public AbstractiveSummary()Constructs aAbstractiveSummarymodel.
-
-
Method Details
-
getText
Get the text property: The text of the summary.- Returns:
- the text value.
-
getContexts
Get the contexts property: The context list of the summary.- Returns:
- the contexts value.
-