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 latest version documented is 3.19.0, but there are links provided to versions ranging from 1.0.0 up to 3.19.0, as well as the current version of this class, being version 3.4.0."],["The `GetProcessorRequest` class is used to request a specific processor and includes properties such as `Name` and `ProcessorName`, with corresponding string and `ProcessorName` types."],["The `GetProcessorRequest` class inherits from multiple interfaces, such as IMessage, IDeepCloneable, and IBufferMessage, and implements an IEquatable for comparisons, and has inherited members from object."],["The class has 2 constructors, one being empty, and the other, accepting another GetProcessorRequest as an argument."]]],[]]