Class GoogleCloudDocumentaiV1beta3ImportDocumentsMetadata
Metadata of the import document operation.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1beta3ImportDocumentsMetadata : IDirectResponseSchema
Properties
CommonMetadata
The basic metadata of the long-running operation.
Declaration
[JsonProperty("commonMetadata")]
public virtual GoogleCloudDocumentaiV1beta3CommonOperationMetadata CommonMetadata { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1beta3CommonOperationMetadata |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ImportConfigValidationResults
Validation statuses of the batch documents import config.
Declaration
[JsonProperty("importConfigValidationResults")]
public virtual IList<GoogleCloudDocumentaiV1beta3ImportDocumentsMetadataImportConfigValidationResult> ImportConfigValidationResults { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1beta3ImportDocumentsMetadataImportConfigValidationResult> |
IndividualImportStatuses
The list of response details of each document.
Declaration
[JsonProperty("individualImportStatuses")]
public virtual IList<GoogleCloudDocumentaiV1beta3ImportDocumentsMetadataIndividualImportStatus> IndividualImportStatuses { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1beta3ImportDocumentsMetadataIndividualImportStatus> |
TotalDocumentCount
Total number of the documents that are qualified for importing.
Declaration
[JsonProperty("totalDocumentCount")]
public virtual int? TotalDocumentCount { get; set; }
Property Value
Type | Description |
---|---|
int? |