public interface QAResultOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
QAResult.Highlight |
|
getHighlightsCount()
public abstract int getHighlightsCount()Highlighted sections in the snippet.
repeated .google.cloud.contentwarehouse.v1.QAResult.Highlight highlights = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getHighlightsList()
public abstract List<QAResult.Highlight> getHighlightsList()Highlighted sections in the snippet.
repeated .google.cloud.contentwarehouse.v1.QAResult.Highlight highlights = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.contentwarehouse.v1.QAResult.HighlightOrBuilder> |
|