public sealed class GetProcessorVersionRequest : IMessage<GetProcessorVersionRequest>, IEquatable<GetProcessorVersionRequest>, IDeepCloneable<GetProcessorVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class GetProcessorVersionRequest.
[[["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 document provides reference information for the `GetProcessorVersionRequest` class within the Google Cloud Document AI v1 API."],["Version 3.19.0 is the latest version available for the `GetProcessorVersionRequest` class, with a history of versions listed from 3.18.0 down to 1.0.0."],["The `GetProcessorVersionRequest` class is used to request a specific processor version and inherits from several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `Name`, which is a required string representing the processor resource name, and `ProcessorVersionName`, a typed view of the `Name` property."],["Constructors for the `GetProcessorVersionRequest` class include a default constructor and one that takes another `GetProcessorVersionRequest` instance for initialization."]]],[]]