AbstractiveSummary Class
- java.
lang. Object - com.
azure. ai. textanalytics. models. AbstractiveSummary
- com.
public final class AbstractiveSummary
An object representing a single summary with context for given document.
Constructor Summary
| Constructor | Description |
|---|---|
| AbstractiveSummary() |
Constructs a |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Iterable |
getContexts()
Get the contexts property: The context list of the summary. |
| String |
getText()
Get the text property: The text of the summary. |
Methods inherited from java.lang.Object
Constructor Details
AbstractiveSummary
public AbstractiveSummary()
Constructs a AbstractiveSummary model.
Method Details
getContexts
public IterableStream<AbstractiveSummaryContext> getContexts()
Get the contexts property: The context list of the summary.
Returns:
getText
public String getText()
Get the text property: The text of the summary.
Returns: