Class AbstractiveSummary

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

public final class AbstractiveSummary extends Object
An object representing a single summary with context for given document.
  • Constructor Details

    • AbstractiveSummary

      public AbstractiveSummary()
  • Method Details

    • getText

      public String getText()
      Get the text property: The text of the summary.
      Returns:
      the text value.
    • getContexts

      public com.azure.core.util.IterableStream<SummaryContext> getContexts()
      Get the contexts property: The context list of the summary.
      Returns:
      the contexts value.