Class SummaryContext

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

public final class SummaryContext extends Object
  • Constructor Details

    • SummaryContext

      public SummaryContext()
  • 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.