Interface QAResultOrBuilder (0.37.0)

public interface QAResultOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConfidenceScore()

public abstract float getConfidenceScore()

The calibrated confidence score for this document, in the range [0., 1.]. This represents the confidence level for whether the returned document and snippet answers the user's query.

float confidence_score = 2;

Returns
TypeDescription
float

The confidenceScore.

getHighlights(int index)

public abstract QAResult.Highlight getHighlights(int index)

Highlighted sections in the snippet.

repeated .google.cloud.contentwarehouse.v1.QAResult.Highlight highlights = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
QAResult.Highlight

getHighlightsCount()

public abstract int getHighlightsCount()

Highlighted sections in the snippet.

repeated .google.cloud.contentwarehouse.v1.QAResult.Highlight highlights = 1;

Returns
TypeDescription
int

getHighlightsList()

public abstract List<QAResult.Highlight> getHighlightsList()

Highlighted sections in the snippet.

repeated .google.cloud.contentwarehouse.v1.QAResult.Highlight highlights = 1;

Returns
TypeDescription
List<Highlight>

getHighlightsOrBuilder(int index)

public abstract QAResult.HighlightOrBuilder getHighlightsOrBuilder(int index)

Highlighted sections in the snippet.

repeated .google.cloud.contentwarehouse.v1.QAResult.Highlight highlights = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
QAResult.HighlightOrBuilder

getHighlightsOrBuilderList()

public abstract List<? extends QAResult.HighlightOrBuilder> getHighlightsOrBuilderList()

Highlighted sections in the snippet.

repeated .google.cloud.contentwarehouse.v1.QAResult.Highlight highlights = 1;

Returns
TypeDescription
List<? extends com.google.cloud.contentwarehouse.v1.QAResult.HighlightOrBuilder>