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.
Request message for the [GetProcessor][google.cloud.documentai.v1.DocumentProcessorService.GetProcessor]
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-03-21 UTC."],[[["This page provides reference documentation for the `GetProcessorRequest` class within the Google Cloud Document AI v1 API, specifically for version 3.15.0."],["`GetProcessorRequest` is used to send a request to retrieve a processor, as defined in the `DocumentProcessorService.GetProcessor` method."],["The page lists the available versions, starting with version 3.19.0 (latest), going down to 1.0.0, for the `GetProcessorRequest` class."],["`GetProcessorRequest` inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration within the .NET environment."],["The key properties for `GetProcessorRequest` are `Name`, which is a string resource name of the processor and is required, and `ProcessorName` which is a `ProcessorName`-typed view of the `Name` property."]]],[]]