public sealed class CoherenceResult : IMessage<CoherenceResult>, IEquatable<CoherenceResult>, IDeepCloneable<CoherenceResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class CoherenceResult.
[[["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."],[[["This documentation details the `CoherenceResult` class, part of the Google Cloud AI Platform v1beta1 API, and is available in beta versions 1.0.0-beta21 and 1.0.0-beta20."],["The `CoherenceResult` class is a sealed class implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, designed to work with coherence result specifications."],["It includes properties such as `Confidence` (a float representing coherence confidence), `Explanation` (a string providing coherence explanation), and `Score` (a float representing the coherence score), all of which are output only."],["The class provides two constructors: a default constructor and one that allows for creating a `CoherenceResult` object from another `CoherenceResult` instance."],["The class inherits members from the `object` class, such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]