Googly.DocumentAI.Model.GoogleCloudDocumentaiV1ReviewDocumentResponse (googly_document_ai v0.1.0)

Copy Markdown View Source

Response message for the ReviewDocument method.

Attributes

  • gcs_destination (type: String.t()) - The Cloud Storage uri for the human reviewed document if the review is succeeded.
  • rejection_reason (type: String.t()) - The reason why the review is rejected by reviewer.
  • state (type: String.t()) - The state of the review operation.

Summary

Types

t()

@type t() :: %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1ReviewDocumentResponse{
  gcs_destination: String.t() | nil,
  rejection_reason: String.t() | nil,
  state: String.t() | nil
}