public sealed class GetEvaluationRequest : IMessage<GetEvaluationRequest>, IEquatable<GetEvaluationRequest>, IDeepCloneable<GetEvaluationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class GetEvaluationRequest.
Required. The resource name of the
[Evaluation][google.cloud.documentai.v1.Evaluation] to get.
projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}/evaluations/{evaluation}
[[["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."],[[["This webpage provides reference documentation for the `GetEvaluationRequest` class within the Google Cloud Document AI v1 API, specifically in the .NET environment."],["The content covers version 3.13.0 of the API, and it includes links to documentation for many other versions all the way up to the latest version (3.19.0)."],["The `GetEvaluationRequest` class is used to retrieve a specific evaluation, implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page describes the `GetEvaluationRequest` class, its inheritance, implemented interfaces, constructors, properties, such as `EvaluationName` and `Name`, providing detailed information about each."]]],[]]