public sealed class DeprecationInfo : IMessage<ProcessorVersion.Types.DeprecationInfo>, IEquatable<ProcessorVersion.Types.DeprecationInfo>, IDeepCloneable<ProcessorVersion.Types.DeprecationInfo>, IBufferMessage, IMessage
Information about the upcoming deprecation of this processor version.
[[["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 documents the `DeprecationInfo` class within the `Google.Cloud.DocumentAI.V1` namespace, detailing the deprecation status of different processor versions."],["The latest version documented is `3.19.0`, and the page lists several previous versions going back to `1.0.0`."],["The `DeprecationInfo` class, used for each version, provides information about the upcoming deprecation of a specific processor version."],["`DeprecationInfo` includes the `DeprecationTime` property, a `Timestamp` that indicates when the processor version will be deprecated, as well as the `ReplacementProcessorVersion` property, a string that specifies the version to replace the current one."],["The `DeprecationInfo` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."]]],[]]