Interface QAResult.HighlightOrBuilder (0.37.0)

public static interface QAResult.HighlightOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEndIndex()

public abstract int getEndIndex()

End index of the highlight, exclusive.

int32 end_index = 2;

Returns
TypeDescription
int

The endIndex.

getStartIndex()

public abstract int getStartIndex()

Start index of the highlight.

int32 start_index = 1;

Returns
TypeDescription
int

The startIndex.