public sealed class GetProcessorTypeRequest : IMessage<GetProcessorTypeRequest>, IEquatable<GetProcessorTypeRequest>, IDeepCloneable<GetProcessorTypeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1beta3 API class GetProcessorTypeRequest.
Request message for the
[GetProcessorType][google.cloud.documentai.v1beta3.DocumentProcessorService.GetProcessorType]
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-05-02 UTC."],[[["The `GetProcessorTypeRequest` class is a request message for the `GetProcessorType` method within the Cloud Document AI v1beta3 API."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetProcessorTypeRequest` class has two constructors, a default one and one that takes another `GetProcessorTypeRequest` as a parameter."],["It contains two properties, `Name`, a string that represents the required processor type resource name, and `ProcessorTypeName`, which is a typed view over the `Name` property."],["The latest version of the class available is `2.0.0-beta23`, with other versions such as `2.0.0-beta22` and `1.0.0-beta04` also listed in the documentation."]]],[]]