Reference documentation and code samples for the Document AI V1beta3 API class Google::Cloud::DocumentAI::V1beta3::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::V1beta3::HumanReviewStatus::State
Returns
- (::Google::Cloud::DocumentAI::V1beta3::HumanReviewStatus::State) — The state of human review on the processing request.
#state=
def state=(value) -> ::Google::Cloud::DocumentAI::V1beta3::HumanReviewStatus::State
Parameter
- value (::Google::Cloud::DocumentAI::V1beta3::HumanReviewStatus::State) — The state of human review on the processing request.
Returns
- (::Google::Cloud::DocumentAI::V1beta3::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.