public sealed class EvaluateProcessorVersionResponse : IMessage<EvaluateProcessorVersionResponse>, IEquatable<EvaluateProcessorVersionResponse>, IDeepCloneable<EvaluateProcessorVersionResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1beta3 API class EvaluateProcessorVersionResponse.
Response of the
[EvaluateProcessorVersion][google.cloud.documentai.v1beta3.DocumentProcessorService.EvaluateProcessorVersion]
method.
[[["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-08-28 UTC."],[[["\u003cp\u003eThis page provides documentation for the \u003ccode\u003eEvaluateProcessorVersionResponse\u003c/code\u003e class within the Google Cloud Document AI v1beta3 API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEvaluateProcessorVersionResponse\u003c/code\u003e class is part of the \u003ccode\u003eGoogle.Cloud.DocumentAI.V1Beta3\u003c/code\u003e namespace and is found in the \u003ccode\u003eGoogle.Cloud.DocumentAI.V1Beta3.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eIt implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from the base \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEvaluateProcessorVersionResponse\u003c/code\u003e class has a property named \u003ccode\u003eEvaluation\u003c/code\u003e, which returns the resource name of the evaluation that was created.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available is 2.0.0-beta23, and this page contains documentation for beta versions 2.0.0-beta22, and 1.0.0-beta04.\u003c/p\u003e\n"]]],[],null,["# Cloud Document AI v1beta3 API - Class EvaluateProcessorVersionResponse (2.0.0-beta26)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta26 (latest)](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3.EvaluateProcessorVersionResponse)\n- [2.0.0-beta25](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/2.0.0-beta25/Google.Cloud.DocumentAI.V1Beta3.EvaluateProcessorVersionResponse)\n- [1.0.0-beta04](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/1.0.0-beta04/Google.Cloud.DocumentAI.V1Beta3.EvaluateProcessorVersionResponse) \n\n public sealed class EvaluateProcessorVersionResponse : IMessage\u003cEvaluateProcessorVersionResponse\u003e, IEquatable\u003cEvaluateProcessorVersionResponse\u003e, IDeepCloneable\u003cEvaluateProcessorVersionResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Document AI v1beta3 API class EvaluateProcessorVersionResponse.\n\nResponse of the\n\\[EvaluateProcessorVersion\\]\\[google.cloud.documentai.v1beta3.DocumentProcessorService.EvaluateProcessorVersion\\]\nmethod. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e EvaluateProcessorVersionResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[EvaluateProcessorVersionResponse](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3.EvaluateProcessorVersionResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[EvaluateProcessorVersionResponse](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3.EvaluateProcessorVersionResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[EvaluateProcessorVersionResponse](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3.EvaluateProcessorVersionResponse), [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.DocumentAI.V1Beta3](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3)\n\nAssembly\n--------\n\nGoogle.Cloud.DocumentAI.V1Beta3.dll\n\nConstructors\n------------\n\n### EvaluateProcessorVersionResponse()\n\n public EvaluateProcessorVersionResponse()\n\n### EvaluateProcessorVersionResponse(EvaluateProcessorVersionResponse)\n\n public EvaluateProcessorVersionResponse(EvaluateProcessorVersionResponse other)\n\nProperties\n----------\n\n### Evaluation\n\n public string Evaluation { get; set; }\n\nThe resource name of the created evaluation."]]