Document AI V1 API - Class Google::Cloud::DocumentAI::V1::HumanReviewStatus (v0.3.0)

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] method.

#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] method.
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] method.

#state

def state() -> ::Google::Cloud::DocumentAI::V1::HumanReviewStatus::State
Returns

#state=

def state=(value) -> ::Google::Cloud::DocumentAI::V1::HumanReviewStatus::State
Parameter
Returns

#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.