View Source GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataIndividualDocumentResyncStatus (google_api_document_ai v0.39.0)

Resync status for each document per inconsistency type.

Attributes

  • documentId (type: GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiUiv1beta3DocumentId.t, default: nil) - The document identifier.
  • documentInconsistencyType (type: String.t, default: nil) - The type of document inconsistency.
  • status (type: GoogleApi.DocumentAI.V1beta3.Model.GoogleRpcStatus.t, default: nil) - The status of resyncing the document with regards to the detected inconsistency. Empty if ResyncDatasetRequest.validate_only is true.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataIndividualDocumentResyncStatus{
    documentId:
      GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiUiv1beta3DocumentId.t()
      | nil,
    documentInconsistencyType: String.t() | nil,
    status: GoogleApi.DocumentAI.V1beta3.Model.GoogleRpcStatus.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.