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 document describes the `HumanReview` class, which provides information about the human review status of a document in the `Google.Cloud.DocumentAI.V1Beta3` namespace."],["The `HumanReview` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["There are two constructors available for the `HumanReview` class: a default constructor and a constructor that takes another `HumanReview` object as a parameter."],["The `HumanReview` class has two properties, `State` and `StateMessage`, which provide details about the human review state, such as `requested`, `succeeded`, or `rejected`, and any associated messages."]]],[]]