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-03-25 UTC."],[[["The `GroundednessResult` class, part of the Cloud AI Platform v1beta1 API, is designed to specify the groundedness result."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling its use in various contexts and providing features like deep cloning and message handling."],["The class provides properties for `Confidence`, `Explanation`, and `Score`, offering details on the groundedness assessment, and these properties are read-only, except for the setter of the `Confidence` and `Score` properties."],["There are also `HasConfidence` and `HasScore` properties, that are used to get if the corresponding fields are set."],["The class includes two constructors: one default and one that takes another `GroundednessResult` instance to create a new instance based on an existing one."]]],[]]