View Source GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1ReviewDocumentOperationMetadata (google_api_document_ai v0.38.0)

The long-running operation metadata for the ReviewDocument method.

Attributes

  • commonMetadata (type: GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1CommonOperationMetadata.t, default: nil) - The basic metadata of the long-running operation.
  • questionId (type: String.t, default: nil) - The Crowd Compute question ID.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1ReviewDocumentOperationMetadata{
    commonMetadata:
      GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1CommonOperationMetadata.t()
      | nil,
    questionId: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.