[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eClaim\u003c/code\u003e class within the Vertex AI v1beta1 API, which represents a claim extracted from input text along with supporting facts.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eClaim\u003c/code\u003e class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its role in handling messages and data structures.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eClaim\u003c/code\u003e class has properties such as \u003ccode\u003eEndIndex\u003c/code\u003e, \u003ccode\u003eFactIndexes\u003c/code\u003e, \u003ccode\u003eScore\u003c/code\u003e, and \u003ccode\u003eStartIndex\u003c/code\u003e to define the claim's location in text, associated supporting facts, and confidence score.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace for the Claim class is \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1\u003c/code\u003e, and it resides in the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors for the \u003ccode\u003eClaim\u003c/code\u003e class, one with no parameter, and another that accepts a \u003ccode\u003eClaim\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"]]],[],null,["# Vertex AI v1beta1 API - Class Claim (1.0.0-beta47)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta47 (latest)](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.Claim)\n- [1.0.0-beta46](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/1.0.0-beta46/Google.Cloud.AIPlatform.V1Beta1.Claim) \n\n public sealed class Claim : IMessage\u003cClaim\u003e, IEquatable\u003cClaim\u003e, IDeepCloneable\u003cClaim\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Vertex AI v1beta1 API class Claim.\n\nClaim that is extracted from the input text and facts that support it. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Claim \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[Claim](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.Claim), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[Claim](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.Claim), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[Claim](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.Claim), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.AIPlatform.V1Beta1](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.AIPlatform.V1Beta1.dll\n\nConstructors\n------------\n\n### Claim()\n\n public Claim()\n\n### Claim(Claim)\n\n public Claim(Claim other)\n\nProperties\n----------\n\n### EndIndex\n\n public int EndIndex { get; set; }\n\nIndex in the input text where the claim ends (exclusive).\n\n### FactIndexes\n\n public RepeatedField\u003cint\u003e FactIndexes { get; }\n\nIndexes of the facts supporting this claim.\n\n### HasEndIndex\n\n public bool HasEndIndex { get; }\n\nGets whether the \"end_index\" field is set\n\n### HasScore\n\n public bool HasScore { get; }\n\nGets whether the \"score\" field is set\n\n### HasStartIndex\n\n public bool HasStartIndex { get; }\n\nGets whether the \"start_index\" field is set\n\n### Score\n\n public float Score { get; set; }\n\nConfidence score of this corroboration.\n\n### StartIndex\n\n public int StartIndex { get; set; }\n\nIndex in the input text where the claim starts (inclusive)."]]