public sealed class GetDocumentResponse : IMessage<GetDocumentResponse>, IEquatable<GetDocumentResponse>, IDeepCloneable<GetDocumentResponse>, IBufferMessage, IMessage
[[["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 latest version of `GetDocumentResponse` is `2.0.0-beta23`, which is part of the `Google.Cloud.DocumentAI.V1Beta3` namespace."],["`GetDocumentResponse` is a sealed class that inherits from `object` and implements `IMessage`, `IEquatable\u003cGetDocumentResponse\u003e`, `IDeepCloneable\u003cGetDocumentResponse\u003e`, and `IBufferMessage`."],["The class includes a constructor `GetDocumentResponse()` and a copy constructor `GetDocumentResponse(GetDocumentResponse other)` for creating instances."],["It has a `Document` property, which is of type `Document`, and allows users to set and retrieve a related `Document` instance."],["There are other previous versions of this class, including `2.0.0-beta22` and `1.0.0-beta04`, which are available as reference points."]]],[]]