GoogleCloudDocumentaiV1DocumentRevisionHumanReviewArgs

data class GoogleCloudDocumentaiV1DocumentRevisionHumanReviewArgs(val state: Output<String>? = null, val stateMessage: Output<String>? = null) : ConvertibleToJava<GoogleCloudDocumentaiV1DocumentRevisionHumanReviewArgs>

Human Review information of the document.

Constructors

constructor(state: Output<String>? = null, stateMessage: Output<String>? = null)

Properties

Link copied to clipboard
val state: Output<String>? = null

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

Link copied to clipboard
val stateMessage: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDocumentaiV1DocumentRevisionHumanReviewArgs