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 v1beta3 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 documentation provides details for the `Document.Types.Revision.Types.HumanReview` class within the Google Cloud Document AI v1beta3 API, which is used to represent human review information for a document."],["The `HumanReview` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities such as message handling, equality comparisons, deep cloning, and buffer management."],["The class offers two constructors, a default `HumanReview()` and one that accepts another `HumanReview` object for copying, along with properties `State` and `StateMessage` to describe the human review status and any related messages."],["The `HumanReview` class inherits from `object` and include properties and methods from the `Google.Protobuf` namespace."]]],[]]