Class AbstractiveSummaryContext
java.lang.Object
com.azure.ai.textanalytics.models.AbstractiveSummaryContext
The
AbstractiveSummaryContext model.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AbstractiveSummaryContext
public AbstractiveSummaryContext()Constructs aAbstractiveSummaryContextmodel.
-
-
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.
-