Properties of a BatchProcessMetadata.
Package
@google-cloud/documentai!Properties
createTime
createTime?: (google.protobuf.ITimestamp|null);
BatchProcessMetadata createTime
Type | Description |
(google.protobuf.ITimestamp|null) |
individualProcessStatuses
individualProcessStatuses?: (google.cloud.documentai.v1beta3.BatchProcessMetadata.IIndividualProcessStatus[]|null);
BatchProcessMetadata individualProcessStatuses
Type | Description |
(google.cloud.documentai.v1beta3.BatchProcessMetadata.IIndividualProcessStatus[]|null) |
state
state?: (google.cloud.documentai.v1beta3.BatchProcessMetadata.State|keyof typeof google.cloud.documentai.v1beta3.BatchProcessMetadata.State|null);
BatchProcessMetadata state
Type | Description |
(google.cloud.documentai.v1beta3.BatchProcessMetadata.State|keyof typeof google.cloud.documentai.v1beta3.BatchProcessMetadata.State|null) |
stateMessage
stateMessage?: (string|null);
BatchProcessMetadata stateMessage
Type | Description |
(string|null) |
updateTime
updateTime?: (google.protobuf.ITimestamp|null);
BatchProcessMetadata updateTime
Type | Description |
(google.protobuf.ITimestamp|null) |