public sealed class ReviewDocumentResponse : IMessage<ReviewDocumentResponse>, IEquatable<ReviewDocumentResponse>, IDeepCloneable<ReviewDocumentResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1beta3 API class ReviewDocumentResponse.
Response message for the
[ReviewDocument][google.cloud.documentai.v1beta3.DocumentProcessorService.ReviewDocument]
method.
[[["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-24 UTC."],[[["This documentation details the `ReviewDocumentResponse` class within the Google Cloud Document AI v1beta3 API, which is the response message for the `ReviewDocument` method."],["The `ReviewDocumentResponse` class, found in the `Google.Cloud.DocumentAI.V1Beta3` namespace, implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `ReviewDocumentResponse` include `GcsDestination` (Cloud Storage URI for reviewed documents), `RejectionReason` (why a review was rejected), and `State` (the review operation's status)."],["There are multiple versions of this API documented here, including `2.0.0-beta23` (latest), `2.0.0-beta22`, and `1.0.0-beta04`."]]],[]]