public sealed class CheckGroundingSpec : IMessage<CheckGroundingSpec>, IEquatable<CheckGroundingSpec>, IDeepCloneable<CheckGroundingSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class CheckGroundingSpec.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `CheckGroundingSpec` class within the Discovery Engine v1beta API, specifically for the .NET environment."],["`CheckGroundingSpec` is a class used for specifying parameters for grounding checks and is part of the `Google.Cloud.DiscoveryEngine.V1Beta` namespace, implemented through several interfaces."],["The class has a constructor, `CheckGroundingSpec`, which can be called with or without an `other` parameter, for the purpose of creating an instance of itself."],["It contains properties like `CitationThreshold`, a double representing the threshold for citation strength (defaulting to 0.6 if not set), and `HasCitationThreshold`, a boolean to indicate if the citation threshold is set."],["`CheckGroundingSpec` inherits from object and implements IMessage, IEquatable, IDeepCloneable, and IBufferMessage."]]],[]]