View Source GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta3ReviewDocumentResponse (google_api_document_ai v0.39.0)

Response message for the ReviewDocument method.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta3ReviewDocumentResponse{
    gcsDestination: String.t() | nil,
    rejectionReason: String.t() | nil,
    state: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.