public string LatestProcessorVersion { get; set; }
Reads the revision generated by the processor version.
The format takes the full resource name of processor version.
projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eRevisionRef\u003c/code\u003e class in the Google Cloud Document AI v1beta3 API specifies which revision of a document to read.\u003c/p\u003e\n"],["\u003cp\u003eThe latest available version of this class is 2.0.0-beta23, but 2.0.0-beta22 and 1.0.0-beta04 are also available.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eRevisionRef\u003c/code\u003e can be instantiated through two constructors: a default one and one that clones an existing \u003ccode\u003eRevisionRef\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eRevisionRef\u003c/code\u003e can retrieve revisions by the processor version, by a predefined case, or by a specific ID, and has properties to verify if these fields are set.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eRevisionRef\u003c/code\u003e inherits from object and implements \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Cloud Document AI v1beta3 API - Class RevisionRef (2.0.0-beta26)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta26 (latest)](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3.RevisionRef)\n- [2.0.0-beta25](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/2.0.0-beta25/Google.Cloud.DocumentAI.V1Beta3.RevisionRef)\n- [1.0.0-beta04](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/1.0.0-beta04/Google.Cloud.DocumentAI.V1Beta3.RevisionRef) \n\n public sealed class RevisionRef : IMessage\u003cRevisionRef\u003e, IEquatable\u003cRevisionRef\u003e, IDeepCloneable\u003cRevisionRef\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Document AI v1beta3 API class RevisionRef.\n\nThe revision reference specifies which revision on the document to read. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e RevisionRef \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[RevisionRef](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3.RevisionRef), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[RevisionRef](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3.RevisionRef), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[RevisionRef](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3.RevisionRef), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.DocumentAI.V1Beta3](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3)\n\nAssembly\n--------\n\nGoogle.Cloud.DocumentAI.V1Beta3.dll\n\nConstructors\n------------\n\n### RevisionRef()\n\n public RevisionRef()\n\n### RevisionRef(RevisionRef)\n\n public RevisionRef(RevisionRef other)\n\nProperties\n----------\n\n### HasLatestProcessorVersion\n\n public bool HasLatestProcessorVersion { get; }\n\nGets whether the \"latest_processor_version\" field is set\n\n### HasRevisionCase\n\n public bool HasRevisionCase { get; }\n\nGets whether the \"revision_case\" field is set\n\n### HasRevisionId\n\n public bool HasRevisionId { get; }\n\nGets whether the \"revision_id\" field is set\n\n### LatestProcessorVersion\n\n public string LatestProcessorVersion { get; set; }\n\nReads the revision generated by the processor version.\nThe format takes the full resource name of processor version.\n`projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}`\n\n### RevisionCase\n\n public RevisionRef.Types.RevisionCase RevisionCase { get; set; }\n\nReads the revision by the predefined case.\n\n### RevisionId\n\n public string RevisionId { get; set; }\n\nReads the revision given by the id.\n\n### SourceCase\n\n public RevisionRef.SourceOneofCase SourceCase { get; }"]]