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-04-09 UTC."],[[["This webpage provides reference documentation for the `GetEvaluationRequest` class within the Google Cloud Document AI v1 API, specifically for .NET development."],["The `GetEvaluationRequest` class is used to retrieve a specific `Evaluation` resource and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest available version of the API is 3.19.0, while this specific page is related to version 3.6.0, with several other previous versions available."],["The class features two constructors, a default one and another that accepts a `GetEvaluationRequest` parameter, as well as properties for `EvaluationName` and `Name`."],["The required `Name` property accepts the resource name of the `Evaluation` that is to be retrieved, following the path `projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}/evaluations/{evaluation}`."]]],[]]