Reference documentation and code samples for the Document AI V1beta3 API class Google::Cloud::DocumentAI::V1beta3::Document::Revision::HumanReview.
Human Review information of the document.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#state
def state() -> ::String
    Returns
    
  - 
        (::String) — Human review state. e.g. 
requested,succeeded,rejected. 
#state=
def state=(value) -> ::String
    Parameter
    
  - 
        value (::String) — Human review state. e.g. 
requested,succeeded,rejected. 
    Returns
    
  - 
        (::String) — Human review state. e.g. 
requested,succeeded,rejected. 
#state_message
def state_message() -> ::String
    Returns
    
  - 
        (::String) — A message providing more details about the current state of processing.
For example, the rejection reason when the state is 
rejected. 
#state_message=
def state_message=(value) -> ::String
    Parameter
    
  - 
        value (::String) — A message providing more details about the current state of processing.
For example, the rejection reason when the state is 
rejected. 
    Returns
    
- 
        (::String) — A message providing more details about the current state of processing.
For example, the rejection reason when the state is 
rejected.