Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaCheckGroundingSpec

Specification for the grounding check.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaCheckGroundingSpec
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaCheckGroundingSpec : IDirectResponseSchema

Properties

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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX