Class GoogleCloudDiscoveryengineV1betaCheckGroundingSpec
Specification for the grounding check.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaCheckGroundingSpec : IDirectResponseSchemaProperties
CitationThreshold
The threshold (in [0,1]) used for determining whether a fact must be cited for a claim in the answer candidate. Choosing a higher threshold will lead to fewer but very strong citations, while choosing a lower threshold may lead to more but somewhat weaker citations. If unset, the threshold will default to 0.6.
Declaration
[JsonProperty("citationThreshold")]
public virtual double? CitationThreshold { get; set; }Property Value
| Type | Description | 
|---|---|
| double? | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
EnableClaimLevelScore
The control flag that enables claim-level grounding score in the response.
Declaration
[JsonProperty("enableClaimLevelScore")]
public virtual bool? EnableClaimLevelScore { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? |