public sealed class GetProcessorRequest : IMessage<GetProcessorRequest>, IEquatable<GetProcessorRequest>, IDeepCloneable<GetProcessorRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1beta3 API class GetProcessorRequest.
Request message for the
[GetProcessor][google.cloud.documentai.v1beta3.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."],[[["The latest version of the `GetProcessorRequest` class is `2.0.0-beta23`, which is part of the Cloud Document AI v1beta3 API."],["`GetProcessorRequest` is a request message used for the `GetProcessor` method in the `DocumentProcessorService`."],["The `GetProcessorRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors: a parameterless constructor, and another one that accepts a `GetProcessorRequest` instance as a parameter, and has two properties named `Name` and `ProcessorName`."],["The `Name` property, of type string, is a required field representing the processor resource name, while `ProcessorName` provides a typed view over the resource name."]]],[]]