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, detailing its properties, inheritance, and implementations."],["The latest version of `ReviewDocumentResponse` is 3.19.0, with versions ranging down to 1.0.0 also being documented on this page."],["`ReviewDocumentResponse` is a response message for the review document method, inheriting from `Object` and implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a property called `GcsDestination`, which is a string representing the Cloud Storage URI for the reviewed document."],["The provided documentation outlines two constructors for creating a new `ReviewDocumentResponse` object, one default and one that accepts another `ReviewDocumentResponse` object as a parameter."]]],[]]