public sealed class ReviewDocumentResponse : IMessage<ReviewDocumentResponse>, IEquatable<ReviewDocumentResponse>, IDeepCloneable<ReviewDocumentResponse>, 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."],[[["This webpage provides documentation for the `ReviewDocumentResponse` class within the `Google.Cloud.DocumentAI.V1` namespace, specifically outlining its structure, inheritance, and implementation details across multiple versions."],["The `ReviewDocumentResponse` class is a response message used in the document review process, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists numerous versions of `ReviewDocumentResponse`, ranging from version 3.19.0 (latest) down to version 1.0.0, each linked to its respective documentation."],["The `ReviewDocumentResponse` class has two constructors, one default and another that takes a `ReviewDocumentResponse` object as a parameter, along with one property, GcsDestination, which is a string representing the cloud storage URI for the human-reviewed document."],["The page details inherited members from the base `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, along with a description for each."]]],[]]