Class AbstractiveSummaryContext

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

public final class AbstractiveSummaryContext extends Object
The AbstractiveSummaryContext model.
  • Constructor Details

    • AbstractiveSummaryContext

      public AbstractiveSummaryContext()
      Constructs a AbstractiveSummaryContext model.
  • Method Details

    • getOffset

      public int getOffset()
      Get the offset property: Start position for the context. Use of different 'stringIndexType' values can affect the offset returned.
      Returns:
      the offset value.
    • getLength

      public int getLength()
      Get the length property: The length of the context. Use of different 'stringIndexType' values can affect the length returned.
      Returns:
      the length value.