public sealed class 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."],[[["The provided content is reference documentation for the `ProcessorVersion.Types.DeprecationInfo` class within the Google Cloud Document AI v1 API, specifically for the .NET library."],["The latest version documented is 3.19.0, and the content covers versions from 1.0.0 to 3.19.0, detailing the deprecation information for each version."],["The `DeprecationInfo` class contains properties `DeprecationTime`, indicating when a processor version will be deprecated, and `ReplacementProcessorVersion`, suggesting an alternative version to use."],["This class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for handling message types, equality comparisons, deep cloning, and buffer messages, respectively."],["The documentation includes details about the class's inheritance from `Object` and its implemented methods and the two constructors, providing a comprehensive overview of the class's structure and functionality."]]],[]]