public sealed class HumanReview : IMessage<Document.Types.Revision.Types.HumanReview>, IEquatable<Document.Types.Revision.Types.HumanReview>, IDeepCloneable<Document.Types.Revision.Types.HumanReview>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class Document.Types.Revision.Types.HumanReview.
[[["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 page provides documentation for the `HumanReview` class within the `Google.Cloud.DocumentAI.V1` API, specifically focusing on version 3.2.0 and the `Document.Types.Revision.Types` namespace."],["The `HumanReview` class provides information about the human review process of a document and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists available versions of the `HumanReview` class from 1.0.0 up to 3.19.0, with 3.19.0 being the latest."],["The class has two constructors: one default `HumanReview()` and another that takes another `HumanReview` object, `HumanReview(Document.Types.Revision.Types.HumanReview other)`, allowing for the creation of a new object from an existing one."],["The `HumanReview` class includes properties `State` and `StateMessage`, which provide details about the current human review status and any associated messages or reasons."]]],[]]