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."],[[["This webpage provides reference documentation for the `ReviewDocumentResponse` class within the Google Cloud Document AI v1 API, specifically for .NET development."],["The `ReviewDocumentResponse` class is used as a response message for the review document method, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There is a history of multiple versions of the API, and it provides documentation links to each version from 1.0.0 all the way to 3.19.0, which is the latest version."],["The class has three main properties: `GcsDestination` which represents the storage location of the reviewed document, `RejectionReason` which contains the reason for rejection, and `State` which represents the state of the review operation."],["The document details the constructors available for the `ReviewDocumentResponse` class, as well as inherited members from the base `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]