public sealed class HumanReview : IMessage<Document.Types.Revision.Types.HumanReview>, IEquatable<Document.Types.Revision.Types.HumanReview>, IDeepCloneable<Document.Types.Revision.Types.HumanReview>, 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."],[[["This webpage details the `HumanReview` class within the `Google.Cloud.DocumentAI.V1` namespace, part of the Document AI .NET library, offering a comprehensive guide on its usage and functionalities."],["The `HumanReview` class, which is related to human reviews on documents, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The available versions of the library, ranging from 1.0.0 to the latest 3.19.0, include links to detailed documentation for the `HumanReview` class in each version, and 3.19.0 is the most current version."],["The class offers two constructors, `HumanReview()`, and `HumanReview(Document.Types.Revision.Types.HumanReview other)`, and includes two key properties, `State` and `StateMessage`, which provide details on the human review status."],["The human review state (`State`) can contain values such as \"requested\", \"succeeded\", or \"rejected\", while `StateMessage` provides additional context, like a rejection reason."]]],[]]