Class: Google::Cloud::DocumentAI::V1beta3::Document::Revision::HumanReview

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#state::String

Returns Human review state. e.g. requested, succeeded, rejected.

Returns:

  • (::String)

    Human review state. e.g. requested, succeeded, rejected.



1010
1011
1012
1013
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 1010

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.

Returns:

  • (::String)

    A message providing more details about the current state of processing. For example, the rejection reason when the state is rejected.



1010
1011
1012
1013
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 1010

class HumanReview
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end