public sealed class CheckGroundingSpec : IMessage<CheckGroundingSpec>, IEquatable<CheckGroundingSpec>, IDeepCloneable<CheckGroundingSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 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 page provides documentation for the `CheckGroundingSpec` class within the Google Cloud Discovery Engine v1 API, specifically version 1.2.0, which is part of the Google.Cloud.DiscoveryEngine.V1 namespace."],["`CheckGroundingSpec` is a specification class used for grounding checks, and it inherits from `object` while implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `CitationThreshold`, which is a double-type value between 0 and 1 that defines the threshold for determining if a fact needs to be cited, defaulting to 0.6 if unset."],["The documentation includes the availability of the current version of `CheckGroundingSpec`, which is version 1.6.0, as well as past versions including 1.5.0, 1.4.0, 1.3.0, 1.2.0, 1.1.0, and 1.0.0-beta06."],["It also features two constructors that are available for the `CheckGroundingSpec` class, the default constructor, and a second constructor that takes in a `CheckGroundingSpec` object as a parameter."]]],[]]