GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta3ReviewDocumentOperationMetadata (google_api_document_ai v0.12.0) View Source
The long running operation metadata for review document method.
Attributes
-
commonMetadata
(type:GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta3CommonOperationMetadata.t
, default:nil
) - The basic metadata of the long running operation. -
createTime
(type:DateTime.t
, default:nil
) - The creation time of the operation. -
state
(type:String.t
, default:nil
) - Used only when Operation.done is false. -
stateMessage
(type:String.t
, default:nil
) - A message providing more details about the current state of processing. For example, the error message if the operation is failed. -
updateTime
(type:DateTime.t
, default:nil
) - The last update time of the operation.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta3ReviewDocumentOperationMetadata{ commonMetadata: GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta3CommonOperationMetadata.t() | nil, createTime: DateTime.t() | nil, state: String.t() | nil, stateMessage: String.t() | nil, updateTime: DateTime.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.