public sealed class CorroborateContentResponse : IMessage<CorroborateContentResponse>, IEquatable<CorroborateContentResponse>, IDeepCloneable<CorroborateContentResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class CorroborateContentResponse.
[[["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-21 UTC."],[[["The `CorroborateContentResponse` class, part of the Vertex AI v1beta1 API, is a response message for content corroboration, available in version 1.0.0-beta21 and previous versions."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for comparison, deep cloning, and interaction with Protobuf messages."],["It includes properties like `Claims`, which contains a collection of claims and supporting facts, and `CorroborationScore`, a confidence score indicating the degree of content corroboration, ranging from 0 to 1."],["It also contains information on wether the `CorroborationScore` has been set using the property `HasCorroborationScore`."],["This class provides two constructors: a default constructor and another one that accepts a `CorroborateContentResponse` object for copying its values."]]],[]]