public sealed class ReviewDocumentResponse : IMessage<ReviewDocumentResponse>, IEquatable<ReviewDocumentResponse>, IDeepCloneable<ReviewDocumentResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class ReviewDocumentResponse.
[[["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 webpage provides reference documentation for the `ReviewDocumentResponse` class within the Google Cloud Document AI v1 API, specifically in the .NET environment."],["The content lists various versions of the `ReviewDocumentResponse` class, ranging from version 1.0.0 to the latest version 3.19.0."],["The `ReviewDocumentResponse` class, as a response message for the review document method, inherits from `Object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ReviewDocumentResponse` class includes properties like `GcsDestination` (the Cloud Storage URI for the reviewed document), `RejectionReason` (the reason for review rejection), and `State` (the status of the review operation)."],["The class offers two constructors: a parameterless constructor and one that accepts another `ReviewDocumentResponse` instance for copying."]]],[]]