Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaAnswerGroundingSupport

Grounding support for a claim in answer_text.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaAnswerGroundingSupport
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 GoogleCloudDiscoveryengineV1alphaAnswerGroundingSupport : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EndIndex

Required. End of the claim, exclusive.

Declaration
[JsonProperty("endIndex")]
public virtual long? EndIndex { get; set; }
Property Value
Type Description
long?

GroundingCheckRequired

Indicates that this claim required grounding check. When the system decided this claim didn't require attribution/grounding check, this field is set to false. In that case, no grounding check was done for the claim and therefore grounding_score, sources is not returned.

Declaration
[JsonProperty("groundingCheckRequired")]
public virtual bool? GroundingCheckRequired { get; set; }
Property Value
Type Description
bool?

GroundingScore

A score in the range of [0, 1] describing how grounded is a specific claim by the references. Higher value means that the claim is better supported by the reference chunks.

Declaration
[JsonProperty("groundingScore")]
public virtual double? GroundingScore { get; set; }
Property Value
Type Description
double?

Sources

Optional. Citation sources for the claim.

Declaration
[JsonProperty("sources")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaAnswerCitationSource> Sources { get; set; }
Property Value
Type Description
IList<GoogleCloudDiscoveryengineV1alphaAnswerCitationSource>

StartIndex

Required. Index indicates the start of the claim, measured in bytes (UTF-8 unicode).

Declaration
[JsonProperty("startIndex")]
public virtual long? StartIndex { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX