Class GoogleCloudDiscoveryengineV1GenerateGroundedContentResponseCandidateGroundingMetadataGroundingSupport
Grounding info for a claim in the candidate and its support.
Inheritance
GoogleCloudDiscoveryengineV1GenerateGroundedContentResponseCandidateGroundingMetadataGroundingSupport
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1GenerateGroundedContentResponseCandidateGroundingMetadataGroundingSupport : IDirectResponseSchema
Properties
ClaimText
Text for the claim in the candidate. Always provided when a support is found.
Declaration
[JsonProperty("claimText")]
public virtual string ClaimText { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SupportChunkIndices
A list of indices (into 'support_chunks') specifying the citations associated with the claim. For instance [1,3,4] means that support_chunks[1], support_chunks[3], support_chunks[4] are the chunks attributed to the claim.
Declaration
[JsonProperty("supportChunkIndices")]
public virtual IList<int?> SupportChunkIndices { get; set; }
Property Value
Type | Description |
---|---|
IList<int?> |
SupportScore
A score in the range of [0, 1] describing how grounded is a specific claim in the support chunks indicated. Higher value means that the claim is better supported by the chunks.
Declaration
[JsonProperty("supportScore")]
public virtual float? SupportScore { get; set; }
Property Value
Type | Description |
---|---|
float? |