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-08-07 UTC."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eCheckGroundingSpec\u003c/code\u003e class within the Discovery Engine v1beta API, specifically for the .NET environment.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCheckGroundingSpec\u003c/code\u003e is a class used for specifying parameters for grounding checks and is part of the \u003ccode\u003eGoogle.Cloud.DiscoveryEngine.V1Beta\u003c/code\u003e namespace, implemented through several interfaces.\u003c/p\u003e\n"],["\u003cp\u003eThe class has a constructor, \u003ccode\u003eCheckGroundingSpec\u003c/code\u003e, which can be called with or without an \u003ccode\u003eother\u003c/code\u003e parameter, for the purpose of creating an instance of itself.\u003c/p\u003e\n"],["\u003cp\u003eIt contains properties like \u003ccode\u003eCitationThreshold\u003c/code\u003e, a double representing the threshold for citation strength (defaulting to 0.6 if not set), and \u003ccode\u003eHasCitationThreshold\u003c/code\u003e, a boolean to indicate if the citation threshold is set.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCheckGroundingSpec\u003c/code\u003e inherits from object and implements IMessage, IEquatable, IDeepCloneable, and IBufferMessage.\u003c/p\u003e\n"]]],[],null,[]]