public sealed class ReviewDocumentRequest : IMessage<ReviewDocumentRequest>, IEquatable<ReviewDocumentRequest>, IDeepCloneable<ReviewDocumentRequest>, 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 available for `ReviewDocumentRequest` in the `Google.Cloud.DocumentAI.V1` namespace is 3.19.0, with numerous previous versions ranging from 3.18.0 down to 1.0.0 also being accessible."],["`ReviewDocumentRequest` is a request message class used for the review document method, and it inherits from `Object` while implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `ReviewDocumentRequest` has two constructors: a default constructor `ReviewDocumentRequest()` and a copy constructor `ReviewDocumentRequest(ReviewDocumentRequest other)` for creating a new instance from an existing one."],["The properties `HumanReviewConfig`, `HumanReviewConfigAsHumanReviewConfigName`, `InlineDocument`, and `SourceCase` are integral parts of `ReviewDocumentRequest`, handling the configuration, resource name, document data, and case source respectively."],["The content covers the `Google.Cloud.DocumentAI.V1` namespace, specifically outlining the structure, versions, and implementation details of the `ReviewDocumentRequest` class found within the `Google.Cloud.DocumentAI.V1.dll` assembly."]]],[]]