Share via


AbstractiveSummary Class

  • java.lang.Object
    • com.azure.ai.textanalytics.models.AbstractiveSummary

public final class AbstractiveSummary

An object representing a single summary with context for given document.

Constructor Summary

Constructor Description
AbstractiveSummary()

Constructs a AbstractiveSummary model.

Method Summary

Modifier and Type Method and Description
IterableStream<AbstractiveSummaryContext> 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:

the contexts value.

getText

public String getText()

Get the text property: The text of the summary.

Returns:

the text value.

Applies to