humanReviewOperation property

String? humanReviewOperation
getter/setter pair

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.

Implementation

core.String? humanReviewOperation;