Share via


AbstractiveSummaryContext Class

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

public final class AbstractiveSummaryContext

The AbstractiveSummaryContext model.

Constructor Summary

Constructor Description
AbstractiveSummaryContext()

Constructs a AbstractiveSummaryContext model.

Method Summary

Modifier and Type Method and Description
int getLength()

Get the length property: The length of the context.

int getOffset()

Get the offset property: Start position for the context.

Methods inherited from java.lang.Object

Constructor Details

AbstractiveSummaryContext

public AbstractiveSummaryContext()

Constructs a AbstractiveSummaryContext model.

Method Details

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.

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.

Applies to