Reference documentation and code samples for the Document AI V1 API class Google::Cloud::DocumentAI::V1::HumanReviewStatus.
The status of human review on a processed document.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#human_review_operation
def human_review_operation() -> ::String Returns 
 -  (::String) — The name of the operation triggered by the processed document. This field is populated only when the state is 
HUMAN_REVIEW_IN_PROGRESS. It has the same response type and metadata as the long-running operation returned by ReviewDocument. 
#human_review_operation=
def human_review_operation=(value) -> ::String Parameter 
 -  value (::String) — The name of the operation triggered by the processed document. This field is populated only when the state is 
HUMAN_REVIEW_IN_PROGRESS. It has the same response type and metadata as the long-running operation returned by ReviewDocument. 
 Returns 
 -  (::String) — The name of the operation triggered by the processed document. This field is populated only when the state is 
HUMAN_REVIEW_IN_PROGRESS. It has the same response type and metadata as the long-running operation returned by ReviewDocument. 
#state
def state() -> ::Google::Cloud::DocumentAI::V1::HumanReviewStatus::State Returns 
 - (::Google::Cloud::DocumentAI::V1::HumanReviewStatus::State) — The state of human review on the processing request.
 
#state=
def state=(value) -> ::Google::Cloud::DocumentAI::V1::HumanReviewStatus::State Parameter 
 - value (::Google::Cloud::DocumentAI::V1::HumanReviewStatus::State) — The state of human review on the processing request.
 
 Returns 
 - (::Google::Cloud::DocumentAI::V1::HumanReviewStatus::State) — The state of human review on the processing request.
 
#state_message
def state_message() -> ::String Returns 
 - (::String) — A message providing more details about the human review state.
 
#state_message=
def state_message=(value) -> ::String Parameter 
 - value (::String) — A message providing more details about the human review state.
 
 Returns 
 - (::String) — A message providing more details about the human review state.