Class: Google::Cloud::DocumentAI::V1beta3::Document::Revision::HumanReview
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::DocumentAI::V1beta3::Document::Revision::HumanReview
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/cloud/documentai/v1beta3/document.rb
 
Overview
Human Review information of the document.
Instance Attribute Summary collapse
- 
  
    
      #state  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Human review state.
 - 
  
    
      #state_message  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A message providing more details about the current state of processing.
 
Instance Attribute Details
#state ⇒ ::String
Returns Human review state. e.g. requested, succeeded, rejected.
      1029 1030 1031 1032  | 
    
      # File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 1029 class HumanReview include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#state_message ⇒ ::String
Returns A message providing more details about the current state of processing.
For example, the rejection reason when the state is rejected.
      1029 1030 1031 1032  | 
    
      # File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 1029 class HumanReview include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |