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

Copy Markdown View Source

The long-running operation metadata for the ReviewDocument method.

Attributes

  • common_metadata (type: Googly.DocumentAI.Model.GoogleCloudDocumentaiV1CommonOperationMetadata.t()) - The basic metadata of the long-running operation.
  • question_id (type: String.t()) - The Crowd Compute question ID.

Summary

Types

t()

@type t() ::
  %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1ReviewDocumentOperationMetadata{
    common_metadata:
      Googly.DocumentAI.Model.GoogleCloudDocumentaiV1CommonOperationMetadata.t()
      | nil,
    question_id: String.t() | nil
  }