public interface CheckGroundingResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FactChunk |
getCitedChunks(int index)
List of facts cited across all claims in the answer candidate.
|
int |
getCitedChunksCount()
List of facts cited across all claims in the answer candidate.
|
List<FactChunk> |
getCitedChunksList()
List of facts cited across all claims in the answer candidate.
|
FactChunkOrBuilder |
getCitedChunksOrBuilder(int index)
List of facts cited across all claims in the answer candidate.
|
List<? extends FactChunkOrBuilder> |
getCitedChunksOrBuilderList()
List of facts cited across all claims in the answer candidate.
|
CheckGroundingResponse.CheckGroundingFactChunk |
getCitedFacts(int index)
List of facts cited across all claims in the answer candidate.
|
int |
getCitedFactsCount()
List of facts cited across all claims in the answer candidate.
|
List<CheckGroundingResponse.CheckGroundingFactChunk> |
getCitedFactsList()
List of facts cited across all claims in the answer candidate.
|
CheckGroundingResponse.CheckGroundingFactChunkOrBuilder |
getCitedFactsOrBuilder(int index)
List of facts cited across all claims in the answer candidate.
|
List<? extends CheckGroundingResponse.CheckGroundingFactChunkOrBuilder> |
getCitedFactsOrBuilderList()
List of facts cited across all claims in the answer candidate.
|
CheckGroundingResponse.Claim |
getClaims(int index)
Claim texts and citation info across all claims in the answer candidate.
|
int |
getClaimsCount()
Claim texts and citation info across all claims in the answer candidate.
|
List<CheckGroundingResponse.Claim> |
getClaimsList()
Claim texts and citation info across all claims in the answer candidate.
|
CheckGroundingResponse.ClaimOrBuilder |
getClaimsOrBuilder(int index)
Claim texts and citation info across all claims in the answer candidate.
|
List<? extends CheckGroundingResponse.ClaimOrBuilder> |
getClaimsOrBuilderList()
Claim texts and citation info across all claims in the answer candidate.
|
float |
getSupportScore()
The support score for the input answer candidate.
|
boolean |
hasSupportScore()
The support score for the input answer candidate.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSupportScore()
The support score for the input answer candidate. Higher the score, higher is the fraction of claims that are supported by the provided facts. This is always set when a response is returned.
optional float support_score = 1;float getSupportScore()
The support score for the input answer candidate. Higher the score, higher is the fraction of claims that are supported by the provided facts. This is always set when a response is returned.
optional float support_score = 1;List<FactChunk> getCitedChunksList()
List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.FactChunk cited_chunks = 3;FactChunk getCitedChunks(int index)
List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.FactChunk cited_chunks = 3;int getCitedChunksCount()
List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.FactChunk cited_chunks = 3;List<? extends FactChunkOrBuilder> getCitedChunksOrBuilderList()
List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.FactChunk cited_chunks = 3;FactChunkOrBuilder getCitedChunksOrBuilder(int index)
List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.FactChunk cited_chunks = 3;List<CheckGroundingResponse.CheckGroundingFactChunk> getCitedFactsList()
List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.CheckGroundingResponse.CheckGroundingFactChunk cited_facts = 6;
CheckGroundingResponse.CheckGroundingFactChunk getCitedFacts(int index)
List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.CheckGroundingResponse.CheckGroundingFactChunk cited_facts = 6;
int getCitedFactsCount()
List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.CheckGroundingResponse.CheckGroundingFactChunk cited_facts = 6;
List<? extends CheckGroundingResponse.CheckGroundingFactChunkOrBuilder> getCitedFactsOrBuilderList()
List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.CheckGroundingResponse.CheckGroundingFactChunk cited_facts = 6;
CheckGroundingResponse.CheckGroundingFactChunkOrBuilder getCitedFactsOrBuilder(int index)
List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.CheckGroundingResponse.CheckGroundingFactChunk cited_facts = 6;
List<CheckGroundingResponse.Claim> getClaimsList()
Claim texts and citation info across all claims in the answer candidate.
repeated .google.cloud.discoveryengine.v1beta.CheckGroundingResponse.Claim claims = 4;
CheckGroundingResponse.Claim getClaims(int index)
Claim texts and citation info across all claims in the answer candidate.
repeated .google.cloud.discoveryengine.v1beta.CheckGroundingResponse.Claim claims = 4;
int getClaimsCount()
Claim texts and citation info across all claims in the answer candidate.
repeated .google.cloud.discoveryengine.v1beta.CheckGroundingResponse.Claim claims = 4;
List<? extends CheckGroundingResponse.ClaimOrBuilder> getClaimsOrBuilderList()
Claim texts and citation info across all claims in the answer candidate.
repeated .google.cloud.discoveryengine.v1beta.CheckGroundingResponse.Claim claims = 4;
CheckGroundingResponse.ClaimOrBuilder getClaimsOrBuilder(int index)
Claim texts and citation info across all claims in the answer candidate.
repeated .google.cloud.discoveryengine.v1beta.CheckGroundingResponse.Claim claims = 4;
Copyright © 2025 Google LLC. All rights reserved.