public sealed class GetProcessorRequest : IMessage<GetProcessorRequest>, IEquatable<GetProcessorRequest>, IDeepCloneable<GetProcessorRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class GetProcessorRequest.
[[["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 page provides reference documentation for the `GetProcessorRequest` class within the Google Cloud Document AI v1 API, specifically for .NET."],["The `GetProcessorRequest` class is used to create request messages for retrieving a processor resource and it implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version of the Document AI v1 API for .NET is 3.19.0, with a history of versions available ranging from 1.0.0 to 3.19.0, but the current page shows all available information for the 3.3.0 version."],["The `GetProcessorRequest` class features properties like `Name` (a string representing the processor's resource name) and `ProcessorName` (a typed view of the resource name), both of which are utilized for specifying the target processor in a request."],["The page shows the `GetProcessorRequest` class inheritance, `public` constructors, and available properties, such as `Name` and `ProcessorName`, along with their respective descriptions and types."]]],[]]