public sealed class PairwiseSummarizationQualityResult : IMessage<PairwiseSummarizationQualityResult>, IEquatable<PairwiseSummarizationQualityResult>, IDeepCloneable<PairwiseSummarizationQualityResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class PairwiseSummarizationQualityResult.
[[["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."],[[["This documentation details the `PairwiseSummarizationQualityResult` class, which is part of the Google Cloud AI Platform v1beta1 API and is available in the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["The `PairwiseSummarizationQualityResult` class is a sealed class that provides specifications for pairwise summarization quality results, inheriting from `object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor and another that accepts a `PairwiseSummarizationQualityResult` instance for copying."],["Key properties of the `PairwiseSummarizationQualityResult` class include `Confidence` (a float representing the confidence score), `Explanation` (a string providing the explanation for the score), `HasConfidence` (a boolean to check if the confidence is set), and `PairwiseChoice` (of type `PairwiseChoice`, representing the summarization prediction)."],["The API version information shows two versions, with beta21 as the most recent version, indicating that the most up to date documentation is available for that version."]]],[]]