Googly.DocumentAI.Model.GoogleCloudDocumentaiV1beta3ReviewDocumentOperationMetadata (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.GoogleCloudDocumentaiV1beta3CommonOperationMetadata.t()) - The basic metadata of the long-running operation.
  • create_time (type: DateTime.t()) - The creation time of the operation.
  • question_id (type: String.t()) - The Crowd Compute question ID.
  • state (type: String.t()) - Used only when Operation.done is false.
  • state_message (type: String.t()) - A message providing more details about the current state of processing. For example, the error message if the operation is failed.
  • update_time (type: DateTime.t()) - The last update time of the operation.

Summary

Types

t()

@type t() ::
  %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1beta3ReviewDocumentOperationMetadata{
    common_metadata:
      Googly.DocumentAI.Model.GoogleCloudDocumentaiV1beta3CommonOperationMetadata.t()
      | nil,
    create_time: DateTime.t() | nil,
    question_id: String.t() | nil,
    state: String.t() | nil,
    state_message: String.t() | nil,
    update_time: DateTime.t() | nil
  }