public sealed class ProcessorVersion.Types.DeprecationInfo : IMessage<ProcessorVersion.Types.DeprecationInfo>, IEquatable<ProcessorVersion.Types.DeprecationInfo>, IDeepCloneable<ProcessorVersion.Types.DeprecationInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class ProcessorVersion.Types.DeprecationInfo.
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 webpage provides documentation for the `ProcessorVersion.Types.DeprecationInfo` class within the Google Cloud Document AI v1 API, covering versions from 1.0.0 to the latest 3.19.0."],["The `DeprecationInfo` class contains information regarding the upcoming deprecation of a processor version."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to provide functionality for message handling, comparison, deep cloning, and buffer management."],["The `DeprecationInfo` class has two main properties: `DeprecationTime`, which indicates the time the processor version will be deprecated, and `ReplacementProcessorVersion`, which specifies the version that will replace the deprecated one."],["There are two constructors available for the `DeprecationInfo` class, one being the default constructor and the other taking in a `ProcessorVersion.Types.DeprecationInfo` as a parameter."]]],[]]