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."],[[["The latest version of the `ReviewDocumentResponse` class is 3.19.0, part of the Google.Cloud.DocumentAI.V1 namespace."],["This class is a response message used for document review operations within the Document AI service, with its current documentation focusing on version 3.0.0 and up."],["The `ReviewDocumentResponse` class provides information about the document review's outcome, including the `GcsDestination` for successful reviews, the `RejectionReason` for rejected reviews, and the overall `State` of the review."],["It implements several interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and also includes inherited members from the Object class."],["There are multiple prior versions available for the class, from 1.0.0 to the latest 3.19.0, including each version between them, providing a historical perspective of the class's development."]]],[]]