public sealed class TrainProcessorVersionResponse : IMessage<TrainProcessorVersionResponse>, IEquatable<TrainProcessorVersionResponse>, IDeepCloneable<TrainProcessorVersionResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class TrainProcessorVersionResponse.
The response for
[TrainProcessorVersion][google.cloud.documentai.v1.DocumentProcessorService.TrainProcessorVersion].
[[["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 document provides reference documentation for the `TrainProcessorVersionResponse` class within the Google Cloud Document AI v1 API."],["It includes a list of available versions, ranging from the latest version 3.19.0 down to version 1.0.0, all linked to their respective documentation pages."],["`TrainProcessorVersionResponse` is the designated response class for training a processor version using the `DocumentProcessorService`, according to the context provided in the documentation."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and it inherits from the base `object` class, allowing for various functionalities and deep copying capabilities."],["It provides a `ProcessorVersion` property which is the resource name of the trained processor version and is of type string."]]],[]]