public sealed class FetchProcessorTypesResponse : IMessage<FetchProcessorTypesResponse>, IEquatable<FetchProcessorTypesResponse>, IDeepCloneable<FetchProcessorTypesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1beta3 API class FetchProcessorTypesResponse.
Response message for the
[FetchProcessorTypes][google.cloud.documentai.v1beta3.DocumentProcessorService.FetchProcessorTypes]
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-07-09 UTC."],[[["The `FetchProcessorTypesResponse` class is part of the Google Cloud Document AI v1beta3 API and is used to represent the response for the `FetchProcessorTypes` method."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for functionality like message handling, comparison, cloning, and buffer management."],["The `FetchProcessorTypesResponse` class has a `ProcessorTypes` property, which is a `RepeatedField` containing a list of `ProcessorType` objects."],["There are multiple versions available for this class, including `2.0.0-beta23` as the latest version, alongside `2.0.0-beta22`, and `1.0.0-beta04`."],["The `FetchProcessorTypesResponse` class has two constructors, a parameterless constructor, and one that takes another `FetchProcessorTypesResponse` object."]]],[]]