public sealed class GroundednessResult : IMessage<GroundednessResult>, IEquatable<GroundednessResult>, IDeepCloneable<GroundednessResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class GroundednessResult.
[[["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-04-09 UTC."],[[["The `GroundednessResult` class is part of the Google Cloud AI Platform v1beta1 API and is used to represent the result of a groundedness check."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`GroundednessResult` provides two constructors: a default constructor and one that accepts another `GroundednessResult` object for copying."],["It includes properties such as `Confidence`, `Explanation`, `HasConfidence`, `HasScore`, and `Score`, which are used to represent the groundedness score and its associated information."],["The `Confidence` and `Score` properties are of type `float`, while `Explanation` is a `string`, and both `HasConfidence` and `HasScore` are `bool`."]]],[]]