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, focusing on its structure, properties, and implementation across multiple versions."],["The latest version available is 3.19.0, with a comprehensive list of preceding versions, dating back to version 1.0.0, all accessible via provided links."],["The `HumanReview` class provides information on the human review state of a document, including properties such as `State` and `StateMessage`, which convey the review's status and additional details."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its role in handling document review data within the Google Cloud Document AI system."],["The webpage also includes information on the constructors available for the `HumanReview` class, allowing for both default instantiation and copying from an existing `HumanReview` object."]]],[]]