public sealed class Document.Types.Revision.Types.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 webpage provides documentation for the `HumanReview` class within the `Google.Cloud.DocumentAI.V1` API, specifically focusing on the `Document.Types.Revision.Types.HumanReview` aspect of version 3.13.0."],["The `HumanReview` class is used to represent information related to human review of a document, and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists various versions of the `HumanReview` class from version 1.0.0 up to the latest version 3.19.0, allowing users to access the documentation for different releases."],["The class contains properties for `State` which represents the current review state (e.g., `requested`, `succeeded`, `rejected`) and `StateMessage` that gives details about the state, like rejection reason."],["There are two constructors for the class `HumanReview()`, to instantiate a new instance and `HumanReview(HumanReview)`, to create a new instance based off an already existing `HumanReview` instance."]]],[]]