GoogleCloudDocumentaiV1DocumentRevisionHumanReview

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentRevisionHumanReview


Table of Contents ▼

Jump to a specific part of the page:

Description

Human Review information of the document.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. state (type: String.t, default: nil)
    - Human review state. e.g. requested, succeeded, rejected.
  2. stateMessage (type: String.t, default: nil)
    - A message providing more details about the current state of processing. For example, the rejection reason when the state is rejected.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentRevisionHumanReview{
state: String.t() | nil,
stateMessage: String.t() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentRevisionHumanReview