public sealed class ProcessorVersionAlias : IMessage<ProcessorVersionAlias>, IEquatable<ProcessorVersionAlias>, IDeepCloneable<ProcessorVersionAlias>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class ProcessorVersionAlias.
Contains the alias and the aliased resource name of 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 `ProcessorVersionAlias` class within the Google Cloud Document AI v1 API for .NET."],["The latest version available is 3.19.0, with a list of all versions ranging from 1.0.0 to 3.19.0, with links to each of their respective pages."],["`ProcessorVersionAlias` is a class that contains the alias and the aliased resource name of a processor version, implementing multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties such as `Alias` and `ProcessorVersion`, which represent the alias name and the resource name of the processor version, respectively."],["There are two constructors for the class, a default constructor, and one that takes another `ProcessorVersionAlias` object as a parameter for creating a copy."]]],[]]